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

Beginget_exec_fix() public méthode

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