Click or drag to resize

MessageQueueSend Method (Object)

Adds a generic message to the message queue that is synchronously sent to any functions that subscribe to MessageReceived.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public void Send(
	Object message
)

Parameters

message
Type: SystemObject
The message to send.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe queue is not started.
See Also