ANHAdmin.AsyncOperation.DoWork C# (CSharp) 메소드

DoWork() 보호된 추상적인 메소드

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