IRelayManagerGetRelayById Method |  |
Gets a relay by id.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxRelay GetRelayById(
Guid id
)
Parameters
- id Guid
- Relay id.
Return Value
Relay
Relay handle if relay entity with specified id exists in the configuration and permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also