你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |