[This is preliminary documentation and is subject to change.]
Dispatches a call allocating new or re-using existing transport if needed. The strategy depends on particular Binding implementation.
This call is thread-safe
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CallSlot DispatchCall(
ClientEndPoint client,
RequestMsg request
)
public CallSlot DispatchCall(
ClientEndPoint client,
RequestMsg request
)
Public Function DispatchCall (
client As ClientEndPoint,
request As RequestMsg
) As CallSlot
Public Function DispatchCall (
client As ClientEndPoint,
request As RequestMsg
) As CallSlot
public:
CallSlot^ DispatchCall(
ClientEndPoint^ client,
RequestMsg^ request
)
public:
CallSlot^ DispatchCall(
ClientEndPoint^ client,
RequestMsg^ request
)
member DispatchCall :
client : ClientEndPoint *
request : RequestMsg -> CallSlot
member DispatchCall :
client : ClientEndPoint *
request : RequestMsg -> CallSlot
Return Value
Type:
CallSlot