Click or drag to resize

CMDriveRemoteHttpWriteLogMessage Method

Writes a message into the CompreDriveControl message log.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool WriteLogMessage(
	string message
)

Parameters

message  String
The message to write.

Return Value

Boolean
True if successful, false if not.

Implements

ICompreDriveWCFWriteLogMessage(String)
See Also