Click or drag to resize

ClusterJobSchedulerPostMessage Method (Object, Guid)

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
)

Parameters

message
Type: SystemObject
The message.
target
Type: SystemGuid
The target.

Implements

IMessageEndpointPostMessage(Object, Guid)
Exceptions
ExceptionCondition
InfrastructureExceptionIf target mailbox does not exist.
See Also

STK Parallel Computing Server 2.9 API for .NET