Click or drag to resize

IStorageManagerGetStorageById Method

Retrieves storage handle by id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Storage GetStorageById(
	Guid id
)

Parameters

id  Guid
Device id.

Return Value

Storage
Storage handle if entity with specified id exists in the configuration. Otherwise, when logical tree permission missing or device does not exist, null-handle (IsNull) is returned.
See Also