ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionMemo Method

Gets the solution memo by revision identifier.

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

Syntax


public void GetSolutionMemo(
	stcSolution solution,
	int revisionId,
	int memoId,
	string userSessionKey,
	Action<string[], Exception> callbackAction
)
Public Sub GetSolutionMemo ( _
	solution As stcSolution, _
	revisionId As Integer, _
	memoId As Integer, _
	userSessionKey As String, _
	callbackAction As Action(Of String(), Exception) _
)

Parameters

solution
Type: HelpSTAR.PCL.Common..::..stcSolution
The solution data.
revisionId
Type: Int32
The revision identifier.
memoId
Type: Int32
The memo identifier.
userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
callbackAction
Type: Action<(Of <(<'array<String>[]()[][], Exception>)>)>
The callback action.