iControl.NetworkingVLAN.Endget_dag_round_robin_state C# (CSharp) Method

Endget_dag_round_robin_state() public method

public Endget_dag_round_robin_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]
        public CommonEnabledState[] Endget_dag_round_robin_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingVLAN