CallSlot Constructor (ClientEndPoint, ClientTransport, Int64, DateTime, RequestMsg, ResponseMsg, Int32)NFX Class Library

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

INTERNAL METHOD. Developers do not call! This constructor is used by a synchronous binding that delivers response right after sending it. ONLY for OneWayCall = false

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

public CallSlot(
	ClientEndPoint client,
	ClientTransport clientTransport,
	long actualStartTimeTicks,
	DateTime actualStartTimeUtc,
	RequestMsg request,
	ResponseMsg response,
	int timeoutMs
)
See Also