Click or drag to resize

IRelayManagerClose Method

Closes the relay.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Close(
	Relay relay
)

Parameters

relay  Relay
Relay which must be closed.
Exceptions
ExceptionCondition
SdkException Thrown if relay doesn't exist in the configuration or is not permitted to caller.
See Also