ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginSaveSolution Method

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

Syntax


public IAsyncResult BeginSaveSolution(
	stcSolution solution,
	bool bNewRevision,
	List<int> relatedSolutions,
	stcUserFieldsTableValue[] theUDFFields,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveSolution ( _
	solution As stcSolution, _
	bNewRevision As Boolean, _
	relatedSolutions As List(Of Integer), _
	theUDFFields As stcUserFieldsTableValue(), _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

solution
Type: HelpSTAR.PCL.Common..::..stcSolution
bNewRevision
Type: Boolean
relatedSolutions
Type: List<(Of <(<'Int32>)>)>
theUDFFields
Type: array<stcUserFieldsTableValue>[]()[][]
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object