iControl.ManagementUserManagement.Beginget_authentication_method C# (CSharp) Méthode

Beginget_authentication_method() public méthode

public Beginget_authentication_method ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_authentication_method(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_authentication_method", new object[0], callback, asyncState);
        }
ManagementUserManagement