iControl.ManagementResourceRecord.Enddelete_sig C# (CSharp) Method

Enddelete_sig() public method

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