ServicePRO SDK Help

IKnowledgeBaseService..::..BeginSaveSolution Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveSolution(
	stcSolution solution,
	bool bNewRevision,
	List<int> relatedSolutions,
	stcUserFieldsTableValue[] theUDFFields,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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<HelpSTAR.PCL.Common..::..stcUserFieldsTableValue>[]()[][]
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object