Click or drag to resize

MessageQueuePost Method (Object)

Adds a generic message 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.1.418.0 (24.1.418.0)
Syntax
public void Post(
	Object message
)

Parameters

message
Type: SystemObject
Message to send
See Also