Appointments.SearchAsync Method (DateTime, DateTime, Int32, Account, Object)

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub SearchAsync ( _
    startTimeInclusive As DateTime, _
    endTimeInclusive As DateTime, _
    maximumItems As Integer, _
    account As Account, _
    state As Object _
)
public void SearchAsync(
    DateTime startTimeInclusive,
    DateTime endTimeInclusive,
    int maximumItems,
    Account account,
    Object state
)
public:
void SearchAsync(
    DateTime startTimeInclusive, 
    DateTime endTimeInclusive, 
    int maximumItems, 
    Account^ account, 
    Object^ state
)
member SearchAsync : 
        startTimeInclusive:DateTime * 
        endTimeInclusive:DateTime * 
        maximumItems:int * 
        account:Account * 
        state:Object -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Appointments Class

SearchAsync Overload

Microsoft.Phone.UserData Namespace