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
)
Public Sub Post (
message As Object
)
public:
void Post(
Object^ message
)
member Post :
message : Object -> unit
Parameters
- message
- Type: SystemObject
The message to send.
See Also