Microsoft.ServiceFabric.Services.Runtime 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
ServiceRuntime |
The static class that provides methods to register reliable services with Service Fabric runtime. |
StatefulService |
Represents the base class for Microsoft Service Fabric based stateful reliable service which provides an IReliableStateManager to manage service's state. Derive from this class to implement a Microsoft Service Fabric based stateful reliable service. |
StatefulServiceBase |
Represents the base class for Microsoft Service Fabric based stateful reliable service. |
StatelessService |
Represents the Microsoft Service Fabric based stateless reliable service base class. Derive from this class to implement a Microsoft Service Fabric based stateless reliable service. |