OperationInfoBase.GetIsOneWay(IServiceProvider) 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.
true
si l'opération est monodirectionnelle ; false
si elle est bidirectionnelle.
protected public:
abstract bool GetIsOneWay(IServiceProvider ^ provider);
protected internal abstract bool GetIsOneWay (IServiceProvider provider);
abstract member GetIsOneWay : IServiceProvider -> bool
Protected Friend MustOverride Function GetIsOneWay (provider As IServiceProvider) As Boolean
Paramètres
- provider
- IServiceProvider
Fournisseur de services associé à cette opération.
Retours
true
si l'opération est monodirectionnelle ; false
si elle est bidirectionnelle.