IMonitorSecurityEvents.WriteEvent Method

Relativity API
Write a security event to the monitor

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

void WriteEvent(
	string message,
	params Object[] propertyValues
)

Parameters

message
Type: System.String
Message to the monitor. Can use {@object} notatation for serialization
propertyValues
Type:System.Object[]
objects to be used in the message
See Also

Reference