iControl.ManagementSFlowDataSource.Beginget_vlan_subagent_id C# (CSharp) Method

Beginget_vlan_subagent_id() public method

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