ServerHandler HandleRequestSynchronously Method NFX Class Library

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

Handles request synchronously in the context of the calling thread. Returns NULL for one-way calls

Namespace: NFX.Glue.Implementation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ResponseMsg HandleRequestSynchronously(
	RequestMsg request
)

Return Value

Type: ResponseMsg
See Also