ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetSolutionsForSearch Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSolutionsForSearch(
	bool isBackgroundRefresh,
	List<string> solutionStatusList,
	clsEnumeration..::..hsSolutionStatus solutionStatus,
	int startRow,
	int endRow,
	string userSessionKey,
	string searchPhrase,
	bool isExporting,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSolutionsForSearch ( _
	isBackgroundRefresh As Boolean, _
	solutionStatusList As List(Of String), _
	solutionStatus As clsEnumeration..::..hsSolutionStatus, _
	startRow As Integer, _
	endRow As Integer, _
	userSessionKey As String, _
	searchPhrase As String, _
	isExporting As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

isBackgroundRefresh
Type: Boolean
solutionStatusList
Type: List<(Of <(<'String>)>)>
solutionStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSolutionStatus
startRow
Type: Int32
endRow
Type: Int32
userSessionKey
Type: String
searchPhrase
Type: String
isExporting
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object