iControl.ManagementApplicationTemplate.Endclear_verification C# (CSharp) Method

Endclear_verification() public method

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