IMessageEndpoint.PostMessage 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.10.0.1777 (2.10.0.1777)
Syntaxvoid PostMessage(
Object message,
Guid target
)
Sub PostMessage (
message As Object,
target As Guid
)
Parameters
- message
- Type: System.Object
The message. - target
- Type: System.Guid
The target.
Exceptions
See Also