iControl.ManagementSNMPConfiguration.Beginset_generic_traps_v2 C# (CSharp) Method

Beginset_generic_traps_v2() public method

public Beginset_generic_traps_v2 ( ManagementSNMPConfigurationGenericSinkInformation2 sink_info, System callback, object asyncState ) : System.IAsyncResult
sink_info ManagementSNMPConfigurationGenericSinkInformation2
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_generic_traps_v2(ManagementSNMPConfigurationGenericSinkInformation2 [] sink_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_generic_traps_v2", new object[] {
            sink_info}, callback, asyncState);
        }
ManagementSNMPConfiguration