iControl.ManagementUserManagement.Endchange_password_2 C# (CSharp) Method

Endchange_password_2() public method

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