ActorNameFormat.GetFabricServiceTransportSettingsSectionName(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET