iControl.ManagementSNMPConfiguration.Beginremove_agent_group_id C# (CSharp) Метод

Beginremove_agent_group_id() публичный Метод

public Beginremove_agent_group_id ( string group_id, System callback, object asyncState ) : System.IAsyncResult
group_id string
callback System
asyncState object
Результат 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