ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetSolutionsByFilter Method

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

Syntax


public IAsyncResult BeginGetSolutionsByFilter(
	int currentSolutionId,
	clsEnumeration..::..hsFilterSolution filterType,
	Object filterValue,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetSolutionsByFilter ( _
	currentSolutionId As Integer, _
	filterType As clsEnumeration..::..hsFilterSolution, _
	filterValue As Object, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

currentSolutionId
Type: Int32
filterType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsFilterSolution
filterValue
Type: Object
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object