iControl.ManagementUserManagement.Beginset_authentication_method C# (CSharp) Method

Beginset_authentication_method() public method

public Beginset_authentication_method ( CommonAuthenticationMethod auth_method, System callback, object asyncState ) : System.IAsyncResult
auth_method CommonAuthenticationMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_authentication_method(CommonAuthenticationMethod auth_method, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_authentication_method", new object[] {
            auth_method}, callback, asyncState);
        }
ManagementUserManagement