IServiceRemotingRequestContext.GetCallBackClient Method

Definition

Retrieves the client channel interface to use in cases where service wants to initiate calls to the client.

public Microsoft.ServiceFabric.Services.Remoting.V2.Runtime.IServiceRemotingCallbackClient GetCallBackClient ();
abstract member GetCallBackClient : unit -> Microsoft.ServiceFabric.Services.Remoting.V2.Runtime.IServiceRemotingCallbackClient
Public Function GetCallBackClient () As IServiceRemotingCallbackClient

Returns

The remoting callback client.

Applies to