ServicePRO SDK Help

ManageObjectsServiceClient..::..EndSaveCategoryFromNewCategory Method

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

Syntax


public bool EndSaveCategoryFromNewCategory(
	out stcCategory savedCat,
	out stcProblemType savedProblem,
	IAsyncResult result
)
Public Function EndSaveCategoryFromNewCategory ( _
	<OutAttribute> ByRef savedCat As stcCategory, _
	<OutAttribute> ByRef savedProblem As stcProblemType, _
	result As IAsyncResult _
) As Boolean