MessageQueue.Send 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.3.420.0 (24.3.420.0)
Syntaxpublic void Send(
Object message
)
Public Sub Send (
message As Object
)
public:
void Send(
Object^ message
)
member Send :
message : Object -> unit
Parameters
- message
- Type: System.Object
The message to send.
Exceptions
See Also