ServicePRO SDK Help

RequestServicesClient..::..BeginUpdateRequestResolutions Method

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

Syntax


public IAsyncResult BeginUpdateRequestResolutions(
	string userSessionKey,
	ObservableCollection<stcSuggestedSolution> resolutions,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginUpdateRequestResolutions ( _
	userSessionKey As String, _
	resolutions As ObservableCollection(Of stcSuggestedSolution), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
resolutions
Type: ObservableCollection<(Of <(<'stcSuggestedSolution>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object