iControl.ManagementSNMPConfiguration.Beginget_smux_subagent C# (CSharp) Method

Beginget_smux_subagent() public method

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