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

Beginremove_agent_group_id() public méthode

public Beginremove_agent_group_id ( string group_id, System callback, object asyncState ) : System.IAsyncResult
group_id string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_agent_group_id(string group_id, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_agent_group_id", new object[] {
            group_id}, callback, asyncState);
        }
ManagementSNMPConfiguration