iControl.ManagementUserManagement.Endget_authentication_method C# (CSharp) Method

Endget_authentication_method() public method

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