iControl.ManagementDeviceGroup.Beginget_autosync_enabled_state C# (CSharp) Method

Beginget_autosync_enabled_state() public method

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