iControl.NetworkingVLAN.Beginset_dag_round_robin_state C# (CSharp) Method

Beginset_dag_round_robin_state() public method

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