iControl.NetworkingVLAN.Beginset_sflow_sampling_rate C# (CSharp) Method

Beginset_sflow_sampling_rate() public method

public Beginset_sflow_sampling_rate ( string vlans, long rates, System callback, object asyncState ) : System.IAsyncResult
vlans string
rates long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_sflow_sampling_rate(string [] vlans,long [] rates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_sflow_sampling_rate", new object[] {
            vlans,
            rates}, callback, asyncState);
        }
NetworkingVLAN