Task.Bind 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
Bind(ExchangeService, ItemId) |
Lie à une tâche existante et charge ses propriétés de première classe. L’appel de cette méthode entraîne un appel à EWS. |
Bind(ExchangeService, ItemId, PropertySet) |
Lie à une tâche existante et charge le jeu de propriétés spécifié. L’appel de cette méthode entraîne un appel à EWS. |
Bind(ExchangeService, ItemId)
Lie à une tâche existante et charge ses propriétés de première classe. L’appel de cette méthode entraîne un appel à EWS.
public:
static Microsoft::Exchange::WebServices::Data::Task ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id);
public static Microsoft.Exchange.WebServices.Data.Task Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id);
Public Shared Function Bind (service As ExchangeService, id As ItemId) As Task
Paramètres
- service
- ExchangeService
Service à utiliser pour établir une liaison à la tâche.
- id
- ItemId
ID de la tâche à lier.
Retours
Une tâche instance représentant la tâche correspondant à l’ID spécifié.
S’applique à
Bind(ExchangeService, ItemId, PropertySet)
Lie à une tâche existante et charge le jeu de propriétés spécifié. L’appel de cette méthode entraîne un appel à EWS.
public:
static Microsoft::Exchange::WebServices::Data::Task ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.Task Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);
Paramètres
- service
- ExchangeService
Service à utiliser pour établir une liaison à la tâche.
- id
- ItemId
ID de la tâche à lier.
- propertySet
- PropertySet
Ensemble de propriétés à charger.
Retours
Une tâche instance représentant la tâche correspondant à l’ID spécifié.