IMessageEndpointPostMessage Method (Object, Guid) |
Posts a message to the specified target mailbox.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax void PostMessage(
Object message,
Guid target
)
Sub PostMessage (
message As Object,
target As Guid
)
Parameters
- message
- Type: SystemObject
The message. - target
- Type: SystemGuid
The target.
Exceptions See Also