iControl.ManagementUserManagement.Endcreate_user C# (CSharp) Method

Endcreate_user() public method

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