Task.Bind Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Bind(ExchangeService, ItemId) |
Vincula a uma tarefa existente e carrega as respetivas propriedades de primeira classe. Chamar este método resulta numa chamada para o EWS. |
Bind(ExchangeService, ItemId, PropertySet) |
Vincula a uma tarefa existente e carrega o conjunto especificado de propriedades. Chamar este método resulta numa chamada para o EWS. |
Bind(ExchangeService, ItemId)
Vincula a uma tarefa existente e carrega as respetivas propriedades de primeira classe. Chamar este método resulta numa chamada para o 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
Parâmetros
- service
- ExchangeService
O serviço a utilizar para vincular à tarefa.
- id
- ItemId
O ID da tarefa a que se vincular.
Retornos
Uma instância de Tarefa que representa a tarefa correspondente ao ID especificado.
Aplica-se a
Bind(ExchangeService, ItemId, PropertySet)
Vincula a uma tarefa existente e carrega o conjunto especificado de propriedades. Chamar este método resulta numa chamada para o 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);
Parâmetros
- service
- ExchangeService
O serviço a utilizar para vincular à tarefa.
- id
- ItemId
O ID da tarefa a que se vincular.
- propertySet
- PropertySet
O conjunto de propriedades a carregar.
Retornos
Uma instância de Tarefa que representa a tarefa correspondente ao ID especificado.