Click or drag to resize

MessageQueuePost Method (Object)

Adds a generic message to the message queue that is asynchronously 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 Post(
	Object message
)

Parameters

message
Type: SystemObject
The message to send.
See Also