Method | Description | |
---|---|---|
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.
|
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. |
return | Task |
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 | |
return | Task |
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. |
return | Task |
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. |
return | Task |