Always traces the specified message, regardless of trace level settings.

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 Always(
	string message
)
Visual Basic
Sub Always ( _
	message As String _
)

Parameters

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

See Also