ServerHandler HandleRequestFailure 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 HandleRequestFailure(
	FID reqID,
	bool oneWay,
	Exception failure,
	Object bindingSpecCtx
)

Return Value

Type: ResponseMsg
See Also