RemoteServiceBroker.SetAuthorizationService 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.
Surcharges
SetAuthorizationService(IAuthorizationService, JoinableTaskFactory) |
Obsolète.
Définit le service d’autorisation à utiliser pour obtenir la valeur par défaut pour ClientCredentials toutes les demandes de service qui ne le fournissent pas explicitement. |
SetAuthorizationService(IAuthorizationService) |
Définit le service d’autorisation à utiliser pour obtenir la valeur par défaut pour ClientCredentials toutes les demandes de service qui ne le fournissent pas explicitement. |
SetAuthorizationService(IAuthorizationService, JoinableTaskFactory)
Attention
Use the overload that does not accept a JoinableTaskFactory instead. This overload will be removed in a future release.
Définit le service d’autorisation à utiliser pour obtenir la valeur par défaut pour ClientCredentials toutes les demandes de service qui ne le fournissent pas explicitement.
public:
void SetAuthorizationService(Microsoft::ServiceHub::Framework::Services::IAuthorizationService ^ authorizationService, Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ joinableTaskFactory);
[System.Obsolete("Use the overload that does not accept a JoinableTaskFactory instead. This overload will be removed in a future release.", true)]
public void SetAuthorizationService (Microsoft.ServiceHub.Framework.Services.IAuthorizationService? authorizationService, Microsoft.VisualStudio.Threading.JoinableTaskFactory? joinableTaskFactory);
[<System.Obsolete("Use the overload that does not accept a JoinableTaskFactory instead. This overload will be removed in a future release.", true)>]
member this.SetAuthorizationService : Microsoft.ServiceHub.Framework.Services.IAuthorizationService * Microsoft.VisualStudio.Threading.JoinableTaskFactory -> unit
Public Sub SetAuthorizationService (authorizationService As IAuthorizationService, joinableTaskFactory As JoinableTaskFactory)
Paramètres
- authorizationService
- IAuthorizationService
Service d’autorisation. Peut être null
pour effacer une valeur précédemment définie.
- joinableTaskFactory
- JoinableTaskFactory
Un moyen d’éviter les interblocages si le service d’autorisation nécessite le thread main. Ce paramètre peut être null.
- Attributs
Remarques
Cette méthode est thread libre, mais pas thread-safe. Il ne doit pas être appelé simultanément avec lui-même.
S’applique à
SetAuthorizationService(IAuthorizationService)
Définit le service d’autorisation à utiliser pour obtenir la valeur par défaut pour ClientCredentials toutes les demandes de service qui ne le fournissent pas explicitement.
public:
void SetAuthorizationService(Microsoft::ServiceHub::Framework::Services::IAuthorizationService ^ authorizationService);
public void SetAuthorizationService (Microsoft.ServiceHub.Framework.Services.IAuthorizationService? authorizationService);
member this.SetAuthorizationService : Microsoft.ServiceHub.Framework.Services.IAuthorizationService -> unit
Public Sub SetAuthorizationService (authorizationService As IAuthorizationService)
Paramètres
- authorizationService
- IAuthorizationService
Service d’autorisation. Peut être null
pour effacer une valeur précédemment définie.
Remarques
Cette méthode est thread libre, mais pas thread-safe. Il ne doit pas être appelé simultanément avec lui-même.