iControl.ManagementSNMPConfiguration.Beginget_agent_user_id C# (CSharp) Method

Beginget_agent_user_id() public method

public Beginget_agent_user_id ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_agent_user_id(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_agent_user_id", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration