iControl.ManagementDeviceGroup.Beginget_all_preferred_active C# (CSharp) Method

Beginget_all_preferred_active() public method

public Beginget_all_preferred_active ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_all_preferred_active(string [] device_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_all_preferred_active", new object[] {
            device_groups}, callback, asyncState);
        }
ManagementDeviceGroup