ServicePRO SDK Help

IKnowledgeBaseService..::..BeginGetViceVersaRelation Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetViceVersaRelation(
	List<int> relatedSolutionList,
	int solutionId,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetViceVersaRelation ( _
	relatedSolutionList As List(Of Integer), _
	solutionId As Integer, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

relatedSolutionList
Type: List<(Of <(<'Int32>)>)>
solutionId
Type: Int32
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object