IServiceRemotingClient Interface
Definition
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) | |
SendOneWay(IServiceRemotingRequestMessage) |