Microsoft.ServiceFabric.Services.Client Namespace

Classes

ServicePartitionKey

Defines a key to address a service partition.

ServicePartitionResolver

Implements the Service partition resolver class that uses the FabricClient's ResolveServicePartitionAsync(Uri) method for service resolution and implements a back-off/retry mechanism on errors from that method.

ServicePartitionResolverExtensions

This class adds extensions methods to initialize ServicePartitionResolver

Interfaces

IServicePartitionResolver

Defines the interface for the Service partition resolver. Service resolution is the process of looking up the set of endpoints for the replicas in a partition. A service partition resolver implements the logic for service resolution.

Delegates

CreateFabricClientDelegate

Represents a delegate to create a FabricClient object.