Click or drag to resize

ILogbookWrite Method

Writes a message (up to 1000 characters) into the logbook.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Write(
	string message
)

Parameters

message  String
 
Exceptions
ExceptionCondition
SdkException Thrown in case of any errors occurred during write into the logbook
UnauthorizedAccessSdkException The logged-on user does not have the necessary permission for this operation.
See Also