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