Partager via


ActorNameFormat.GetFabricServiceTransportSettingsSectionName(Type) Méthode

Définition

Obtient le nom de la section de configuration fabrictransport spécifié dans le package de configuration pour le service d’acteur.

public static string GetFabricServiceTransportSettingsSectionName (Type actorImplementationType);
static member GetFabricServiceTransportSettingsSectionName : Type -> string
Public Shared Function GetFabricServiceTransportSettingsSectionName (actorImplementationType As Type) As String

Paramètres

actorImplementationType
Type

Type de classe implémentant l’acteur.

Retours

Nom de la section de configuration FabricTransport.

Remarques

Les valeurs spécifiées dans la section configuration FabricTransport sont utilisées pour configurer FabricTransportRemotingListenerSettings la communication.

S’applique à