ServicePRO SDK Help

IRequestServices..::..BeginSaveReminder Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveReminder(
	string userSessionKey,
	ObservableCollection<stcFollowUp> reminderList,
	int requestId,
	string supportRepList,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveReminder ( _
	userSessionKey As String, _
	reminderList As ObservableCollection(Of stcFollowUp), _
	requestId As Integer, _
	supportRepList As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
reminderList
Type: ObservableCollection<(Of <(<'stcFollowUp>)>)>
requestId
Type: Int32
supportRepList
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object