Click or drag to resize

MessageEventArgs Constructor

Creates a new instance of MessageEventArgs.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MessageEventArgs(
	Object message
)

Parameters

message
Type: SystemObject
Message to send to any subscribers of the MessageReceived event.
See Also