Notifies the user using the supplied information.

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

Syntax

C#
public void Notify(
	string message
)
Visual Basic
Public Sub Notify ( _
	message As String _
)

Parameters

message
Type: System..::..String
The textual message to display. This value should not be very long (less than 255 characters) as the value may not be wrapped.

See Also