GlobalBrokeredServiceContainer.ApplyDescriptorSettings Méthode

Définition

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é.

S’applique à