iControl.ManagementApplicationService.Endmodify_extended C# (CSharp) Méthode

Endmodify_extended() public méthode

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