ClusterJobSchedulerPostMessage Method (Object, Guid, Boolean) |
Posts a message to the specified target mailbox.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public void PostMessage(
Object message,
Guid target,
bool quietlyFail
)
Public Sub PostMessage (
message As Object,
target As Guid,
quietlyFail As Boolean
)
Parameters
- message
- Type: SystemObject
The message. - target
- Type: SystemGuid
The target. - quietlyFail
- Type: SystemBoolean
If true will not throw an exception if target does not exist.
Implements
IMessageEndpointPostMessage(Object, Guid, Boolean)Exceptions See Also