iControl.ManagementUserManagement.Endget_authentication_method C# (CSharp) 메소드

Endget_authentication_method() 공개 메소드

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