IStatelessServiceFactory Interface
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.
Represents a stateless service factory that is responsible for creating instances of a specific type of stateless service.
public interface IStatelessServiceFactory
type IStatelessServiceFactory = interface
Public Interface IStatelessServiceFactory
Stateless service factories are registered with the FabricRuntime by service hosts via RegisterStatelessServiceFactory(String, IStatelessServiceFactory) or RegisterStatelessServiceFactoryAsync(String, IStatelessServiceFactory, TimeSpan, CancellationToken).
Create |
Creates a stateless service instance for a particular service. This method is called by Service Fabric. |
ملاحظات Azure SDK for .NET
Azure SDK for .NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: