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: 25.1.421.0 (25.1.421.0)
Syntax
public MessageEventArgs(
	Object message
)

Parameters

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