iControl.ManagementSFlowDataSource.Beginget_vlan_sampling_rate_effective C# (CSharp) 메소드

Beginget_vlan_sampling_rate_effective() 공개 메소드

public Beginget_vlan_sampling_rate_effective ( string data_sources, System callback, object asyncState ) : System.IAsyncResult
data_sources string
callback System
asyncState object
리턴 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