Click or drag to resize

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)
Syntax
void PostMessage(
	Object message,
	Guid target
)

Parameters

message
Type: System.Object
The message.
target
Type: System.Guid
The target.
Exceptions
ExceptionCondition
InfrastructureExceptionIf target mailbox does not exist.
See Also

STK Parallel Computing Server 2.10 API for .NET