microsoft.servicefabric.services.runtime

Classes

ServiceRuntime

Class that provides methods to resister reliable services with Service Fabric runtime.

StatefulService

Represents the base class for Microsoft Service Fabric based stateful reliable service which provides an ReliableStateManager to manager service's state Derive from this class to implement a Microsoft Service Fabric based stateful reliable service.

StatefulServiceBase

Represents base class for Microsoft Service Fabric based stateful reliable service.

StatelessService

Represents Microsoft Service Fabric based stateless reliable service base class. Derive from this class to implement a Microsoft Service Fabric based stateless reliable service.

StatelessServiceBase

Represents base class for Microsoft Service Fabric based stateless reliable service.

StatelessServiceContext

Represents the service context that the stateless service is operating under.