ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginMakeSolutionQuery Method

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

Syntax


public IAsyncResult BeginMakeSolutionQuery(
	string userSessionKey,
	string searchText,
	clsEnumeration..::..SearchItem searchItem,
	int problemTypeId,
	int repId,
	int[] keyWordIds,
	bool isSuggested,
	clsEnumeration..::..hsObjectStatus objectStatus,
	int typeId,
	int folderId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginMakeSolutionQuery ( _
	userSessionKey As String, _
	searchText As String, _
	searchItem As clsEnumeration..::..SearchItem, _
	problemTypeId As Integer, _
	repId As Integer, _
	keyWordIds As Integer(), _
	isSuggested As Boolean, _
	objectStatus As clsEnumeration..::..hsObjectStatus, _
	typeId As Integer, _
	folderId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
searchText
Type: String
searchItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..SearchItem
problemTypeId
Type: Int32
repId
Type: Int32
keyWordIds
Type: array<Int32>[]()[][]
isSuggested
Type: Boolean
objectStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsObjectStatus
typeId
Type: Int32
folderId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object