iControl.ManagementApplicationService.Endmodify_extended C# (CSharp) 메소드

Endmodify_extended() 공개 메소드

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