ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetSuggestedSolutions Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSuggestedSolutions(
	string userSessionKey,
	string title,
	clsEnumeration..::..SearchItem searchItem,
	int categoryId,
	int repId,
	ObservableCollection<int> keywords,
	bool isSuggested,
	clsEnumeration..::..hsObjectStatus objectStatus,
	int lngTypeId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSuggestedSolutions ( _
	userSessionKey As String, _
	title As String, _
	searchItem As clsEnumeration..::..SearchItem, _
	categoryId As Integer, _
	repId As Integer, _
	keywords As ObservableCollection(Of Integer), _
	isSuggested As Boolean, _
	objectStatus As clsEnumeration..::..hsObjectStatus, _
	lngTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
title
Type: String
searchItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..SearchItem
categoryId
Type: Int32
repId
Type: Int32
keywords
Type: ObservableCollection<(Of <(<'Int32>)>)>
isSuggested
Type: Boolean
objectStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsObjectStatus
lngTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object