Partager via


ServiceGroupFactory.AddStatefulServiceFactory Méthode

Définition

Ajoute la fabrique de service avec état spécifiée à la fabrique de groupe de services.

public void AddStatefulServiceFactory (string serviceTypeName, System.Fabric.IStatefulServiceFactory factory);
member this.AddStatefulServiceFactory : string * System.Fabric.IStatefulServiceFactory -> unit
Public Sub AddStatefulServiceFactory (serviceTypeName As String, factory As IStatefulServiceFactory)

Paramètres

serviceTypeName
String

Indique le nom du type de service sous forme de chaîne. Il doit correspondre au type de service spécifié dans le manifeste ou au ServiceGroupMemberDescription du ServiceGroupDescription fourni pendant l’appel CreateServiceGroupAsync(ServiceGroupDescription) .

factory
IStatefulServiceFactory

Fabrique de service avec état à ajouter.

S’applique à