ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetBestSolutionTypesList Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetBestSolutionTypesList(
	string userSessionKey,
	int solutionTypeId,
	bool isExistingObject,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetBestSolutionTypesList ( _
	userSessionKey As String, _
	solutionTypeId As Integer, _
	isExistingObject As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
solutionTypeId
Type: Int32
isExistingObject
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object