iControl.ManagementSFlowDataSource.Beginget_vlan_sampling_rate_effective C# (CSharp) Method

Beginget_vlan_sampling_rate_effective() public method

public Beginget_vlan_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_vlan_sampling_rate_effective(string [] data_sources, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_vlan_sampling_rate_effective", new object[] {
            data_sources}, callback, asyncState);
        }
ManagementSFlowDataSource