Aracılığıyla paylaş


FabricRuntime.RegisterStatelessServiceFactory Method

Definition

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