iControl.ManagementSFlowDataSource.Beginget_vlan_poll_interval_effective C# (CSharp) Method

Beginget_vlan_poll_interval_effective() public method

public Beginget_vlan_poll_interval_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_poll_interval_effective(string [] data_sources, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_vlan_poll_interval_effective", new object[] {
            data_sources}, callback, asyncState);
        }
ManagementSFlowDataSource