GlobalBrokeredServiceContainer.View.HandshakeAsync 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.
Présente le client au serveur pour détailler les fonctionnalités du client.
public System.Threading.Tasks.Task HandshakeAsync (Microsoft.ServiceHub.Framework.ServiceBrokerClientMetadata clientMetadata, System.Threading.CancellationToken cancellationToken);
abstract member HandshakeAsync : Microsoft.ServiceHub.Framework.ServiceBrokerClientMetadata * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.HandshakeAsync : Microsoft.ServiceHub.Framework.ServiceBrokerClientMetadata * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function HandshakeAsync (clientMetadata As ServiceBrokerClientMetadata, cancellationToken As CancellationToken) As Task
Paramètres
- clientMetadata
- ServiceBrokerClientMetadata
Environnement, fonctionnalités et attributs d’un client du IRemoteServiceBroker.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche représentant cet appel asynchrone.