ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetBestSolutionTypesList Method

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

Syntax


public IAsyncResult BeginGetBestSolutionTypesList(
	string userSessionKey,
	int solutionTypeId,
	bool isExistingObject,
	AsyncCallback callback,
	Object asyncState
)
Public 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