SyncMode¶
-
CommandSyncMode ICommandGroup.SyncMode { get; set; }¶
Gets or sets the sync mode for this group command.
- Value
CommandSyncMode – One of the CommandSyncMode values.
- Throws
InvalidArgumentException– Unknown sync mode specified.InvalidArgumentException– Specified sync mode not supported (see product specific documentation).ResourceBusyException– Command is not in idle state.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.