ServicePRO SDK Help

CoreServicesClient..::..BeginGetAppointments Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginGetAppointments(
	string userSessionKey,
	DateTime startDate,
	DateTime endDate,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetAppointments ( _
	userSessionKey As String, _
	startDate As DateTime, _
	endDate As DateTime, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
startDate
Type: DateTime
endDate
Type: DateTime
callback
Type: AsyncCallback
asyncState
Type: Object