ANHAdmin.AsyncOperation.DoWork C# (CSharp) Méthode

DoWork() protected abstract méthode

To be overridden by the deriving class - this is where the work will be done. The base class calls this method on a worker thread when the Start method is called.
protected abstract DoWork ( ) : void
Résultat void
        protected abstract void DoWork();