iControl.ManagementApplicationTemplate.Endclear_verification C# (CSharp) 메소드

Endclear_verification() 공개 메소드

public Endclear_verification ( System asyncResult ) : void
asyncResult System
리턴 void
        public void Endclear_verification(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementApplicationTemplate