Persistate API documentation
Receive Delegate
NamespacesPersistateReceive

[This is preliminary documentation and is subject to change.]

Receive delegates are called with a request Message received on the connection, and return a response Message.
Declaration Syntax
C#
public delegate Message Receive(
	Message request
)
Parameters
request (Message)
The request Message received.
Return Value
A Message containing the response message to send. This will contain an Exception if there has been a problem dealing with the Message received.
Remarks
The response Message can be of the normal type required by the type of the request, or if an exception or error condition occurred, can be an ErrorReturn type. Methods invoked through this delegate are called with the active session set to the Message's session.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)