iControl.ManagementSNMPConfiguration.Beginremove_agent_user_id C# (CSharp) Method

Beginremove_agent_user_id() public method

public Beginremove_agent_user_id ( string user_id, System callback, object asyncState ) : System.IAsyncResult
user_id string
callback System
asyncState object
return 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