FabricRuntime.RegisterStatelessServiceFactory Method
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.
Registers the specified IStatelessServiceFactory for the specified service type.
public void RegisterStatelessServiceFactory (string serviceTypeName, System.Fabric.IStatelessServiceFactory factory);
member this.RegisterStatelessServiceFactory : string * System.Fabric.IStatelessServiceFactory -> unit
Public Sub RegisterStatelessServiceFactory (serviceTypeName As String, factory As IStatelessServiceFactory)
Parameters
- serviceTypeName
- String
The type name of the service type (as a string). This should match the type of the service group type as specified in the manifests and/or the CreateService command.
- factory
- IStatelessServiceFactory
The IStatelessServiceFactory which can create the specified service type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET