Click or drag to resize
CalendarFetchCompletionHandler Delegate
Declares a completion handler that handles the result of calendar fetch requests.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public delegate void CalendarFetchCompletionHandler(
	List<ExchangeCalendar> calendars,
	ExchangeServiceErrorEventArgs error
)

Parameters

calendars
Type: System.Collections.GenericListExchangeCalendar
The list of calendars fetched from the Exchange service.
error
Type: Avaya.ClientServicesExchangeServiceErrorEventArgs
If the request is successful, the value of this parameter is a null reference. If the request fails it contains an exception describing the details of the failure.
See Also