iControl.ManagementApplicationService.Endcreate_extended C# (CSharp) Method

Endcreate_extended() public method

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