Microsoft.ServiceFabric.Services.Client Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |