ServiceGroupFactory.AddStatelessServiceFactory 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.
public void AddStatelessServiceFactory(string serviceTypeName, System.Fabric.IStatelessServiceFactory factory);
member this.AddStatelessServiceFactory : string * System.Fabric.IStatelessServiceFactory -> unit
Public Sub AddStatelessServiceFactory (serviceTypeName As String, factory As IStatelessServiceFactory)
Parameters
- serviceTypeName
- System.String
- factory
- IStatelessServiceFactory