iControl.ManagementDeviceGroup.get_all_preferred_active C# (CSharp) Method

get_all_preferred_active() private method

private get_all_preferred_active ( string device_groups ) : bool[]
device_groups string
return bool[]
        public bool[] get_all_preferred_active(
		string [] device_groups
	)
        {
            object [] results = this.Invoke("get_all_preferred_active", new object [] {
                device_groups});
            return ((bool [])(results[0]));
        }
ManagementDeviceGroup