IStatelessServiceFactory Interface
Definition
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
Remarks
Stateless service factories are registered with the FabricRuntime by service hosts via RegisterStatelessServiceFactory(String, IStatelessServiceFactory) or RegisterStatelessServiceFactoryAsync(String, IStatelessServiceFactory, TimeSpan, CancellationToken).
Methods
CreateInstance(String, Uri, Byte[], Guid, Int64) |
Creates a stateless service instance for a particular service. This method is called by Service Fabric. |
Applies to
Azure SDK for .NET