iControl.ManagementSNMPConfiguration.Beginset_agent_user_id C# (CSharp) Method

Beginset_agent_user_id() public method

public Beginset_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 Beginset_agent_user_id(string user_id, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_agent_user_id", new object[] {
            user_id}, callback, asyncState);
        }
ManagementSNMPConfiguration