EmbeddedJobScheduler.PostMessage Method (Object, Guid, Boolean) |
Posts a message to the specified target mailbox.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void PostMessage(
Object message,
Guid target,
bool quietlyFail
)
Public Sub PostMessage (
message As Object,
target As Guid,
quietlyFail As Boolean
)
Parameters
- message
- Type: System.Object
The message. - target
- Type: System.Guid
The target. - quietlyFail
- Type: System.Boolean
If true will not throw an exception if target does not exist.
Implements
IMessageEndpoint.PostMessage(Object, Guid, Boolean)
Exceptions
See Also