iControl.ManagementDeviceGroup.Endget_all_preferred_active C# (CSharp) Method

Endget_all_preferred_active() public method

public Endget_all_preferred_active ( System asyncResult ) : bool[]
asyncResult System
return bool[]
        public bool[] Endget_all_preferred_active(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
ManagementDeviceGroup