IServiceRemotingClient Interface

Definition

Defines the interface for service remoting client.

public interface IServiceRemotingClient : Microsoft.ServiceFabric.Services.Communication.Client.ICommunicationClient
type IServiceRemotingClient = interface
    interface ICommunicationClient
Public Interface IServiceRemotingClient
Implements ICommunicationClient
Implements

Properties

Endpoint

Gets or Sets the service endpoint to which the client is connected to.

(Inherited from ICommunicationClient)
ListenerName

Gets or Sets the name of the listener in the replica or instance to which the client is connected to.

(Inherited from ICommunicationClient)
ResolvedServicePartition

Gets or Sets the Resolved service partition which was used when this client was created.

(Inherited from ICommunicationClient)

Methods

RequestResponseAsync(IServiceRemotingRequestMessage)

Send a remoting request to the service and gets a response back.

SendOneWay(IServiceRemotingRequestMessage)

Sends a one-way message to the service.

Applies to