GlobalBrokeredServiceContainer.ApplyDescriptorSettings 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.
Applique des transformations classiques sur un descripteur pour les clients et services de service réparti.
protected virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor ApplyDescriptorSettings (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor descriptor, bool clientRole);
abstract member ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
override this.ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Protected Overridable Function ApplyDescriptorSettings (descriptor As ServiceRpcDescriptor, clientRole As Boolean) As ServiceRpcDescriptor
Paramètres
- descriptor
- ServiceRpcDescriptor
Descripteur de stock utilisé pour ce service.
- clientRole
- Boolean
Valeur indiquant si est sur le descriptor
point d’être utilisé pour activer un proxy client ou une connexion client ; utilisez false
lors de l’activation du service lui-même.
Retours
Descripteur modifié.