iControl.ManagementApplicationService.Endmodify C# (CSharp) Method

Endmodify() public method

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