C# Класс WP8.Async.Helpers.AppointmentsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, Account account, object state ) : Task

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source.

SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, int maximumItems, Account account, object state ) : Task

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source, returning no more than the specified number of appointments.

SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, int maximumItems, object state ) : Task

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, returning no more than the specified number of appointments.

SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, object state ) : Task

Asynchronously searches for appointments that occur between the specified start date and time and end date and time.

Описание методов

SearchTaskAsync() публичный статический Метод

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source.
public static SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, Account account, object state ) : Task
appointments this The appointments which will be searched.
startTimeInclusive System.DateTime The start date and time to use to search for appointments.
endTimeInclusive System.DateTime The end date and time to use to search for appointments.
account Account The data source to search for appointments.
state object A user-defined object that contains information about the operation.
Результат Task

SearchTaskAsync() публичный статический Метод

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source, returning no more than the specified number of appointments.
public static SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, int maximumItems, Account account, object state ) : Task
appointments this The appointments which will be searched.
startTimeInclusive System.DateTime The start date and time to use to search for appointments.
endTimeInclusive System.DateTime The end date and time to use to search for appointments.
maximumItems int The maximum number of appointments to return.
account Account The data source to search for appointments.
state object
Результат Task

SearchTaskAsync() публичный статический Метод

Asynchronously searches for appointments that occur between the specified start date and time and end date and time, returning no more than the specified number of appointments.
public static SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, int maximumItems, object state ) : Task
appointments this The appointments which will be searched.
startTimeInclusive System.DateTime The start date and time to use to search for appointments.
endTimeInclusive System.DateTime The end date and time to use to search for appointments.
maximumItems int The maximum number of appointments to return.
state object A user-defined object that contains information about the operation.
Результат Task

SearchTaskAsync() публичный статический Метод

Asynchronously searches for appointments that occur between the specified start date and time and end date and time.
public static SearchTaskAsync ( this appointments, System.DateTime startTimeInclusive, System.DateTime endTimeInclusive, object state ) : Task
appointments this The appointments which will be searched.
startTimeInclusive System.DateTime The start date and time to use to search for appointments.
endTimeInclusive System.DateTime The end date and time to use to search for appointments.
state object A user-defined object that contains information about the operation.
Результат Task