iControl.ManagementApplicationService.Endmodify_extended C# (CSharp) Method

Endmodify_extended() public method

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