Click or drag to resize

EmbeddedJobSchedulerPostMessage 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.9.0.1601 (2.9.0.1601)
Syntax
public void PostMessage(
	Object message,
	Guid target,
	bool quietlyFail
)

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
ExceptionCondition
InfrastructureExceptionIf target mailbox does not exist.
See Also

STK Parallel Computing Server 2.9 API for .NET