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

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

public Beginremove_agent_user_id ( string user_id, System callback, object asyncState ) : System.IAsyncResult
user_id string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_agent_user_id(string user_id, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_agent_user_id", new object[] {
            user_id}, callback, asyncState);
        }
ManagementSNMPConfiguration