ANHAdmin.AsyncOperation.DoWork C# (CSharp) Method

DoWork() protected abstract method

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
return void
        protected abstract void DoWork();