public System.IAsyncResult Beginset_sflow_poll_interval_global(string [] interfaces,CommonSFlowGlobalType [] types, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_sflow_poll_interval_global", new object[] { interfaces, types}, callback, asyncState); }
public System.IAsyncResult Beginset_sflow_sampling_rate_global(string [] vlans,CommonSFlowGlobalType [] types, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_sflow_sampling_rate_global", new object[] { vlans, types}, callback, asyncState); }
public void set_sflow_poll_interval_global( string [] interfaces, CommonSFlowGlobalType [] types ) { this.Invoke("set_sflow_poll_interval_global", new object [] { interfaces, types}); }
public void set_sflow_sampling_rate_global( string [] vlans, CommonSFlowGlobalType [] types ) { this.Invoke("set_sflow_sampling_rate_global", new object [] { vlans, types}); }