Task(ExchangeService) Constructeur
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.
Initialise une instance locale non enregistrée de . Pour établir une liaison à une tâche existante, utilisez Task.Bind() à la place.
public:
Task(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public Task (Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub New (service As ExchangeService)
Paramètres
- service
- ExchangeService
Instance ExchangeService à laquelle cette tâche est liée.