iControl.ManagementDeviceGroup.Beginset_autosync_enabled_state C# (CSharp) Method

Beginset_autosync_enabled_state() public method

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