ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionMemos Method

Gets the solution memos.

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

Syntax


public void GetSolutionMemos(
	int requestId,
	bool includeProblem,
	bool includeResolution,
	string userSessionKey,
	Action<stcSolutionMemos, Exception> callbackAction
)
Public Sub GetSolutionMemos ( _
	requestId As Integer, _
	includeProblem As Boolean, _
	includeResolution As Boolean, _
	userSessionKey As String, _
	callbackAction As Action(Of stcSolutionMemos, Exception) _
)

Parameters

requestId
Type: Int32
The request identifier.
includeProblem
Type: Boolean
set to true if include problem description.
includeResolution
Type: Boolean
set to true if include resolution details.
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 <(<'stcSolutionMemos, Exception>)>)>
The callback action.