iControl.ManagementSNMPConfiguration.Beginget_readonly_user C# (CSharp) Méthode

Beginget_readonly_user() public méthode

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