Traces the specified message at the Note trace level.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
void Note(
	string message
)
Visual Basic
Sub Note ( _
	message As String _
)

Parameters

message
Type: System..::..String
The trace message.

See Also