iControl.NetworkingVLAN.Beginget_dag_round_robin_state C# (CSharp) Method

Beginget_dag_round_robin_state() public method

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