CallSlot Constructor (ClientEndPoint, ClientTransport, RequestMsg, CallStatus, Int32)NFX Class Library

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

INTERNAL METHOD. Developers do not call! This constructor is used by an Async binding that delivers response after call slot was created

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

public CallSlot(
	ClientEndPoint client,
	ClientTransport clientTransport,
	RequestMsg request,
	CallStatus status,
	int timeoutMs = 0
)
See Also