ServicePRO SDK Help

IManageObjectsService..::..BeginSelectCategoryIcon Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSelectCategoryIcon(
	string SessionKey,
	stcCategory parentNode,
	int iconId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSelectCategoryIcon ( _
	SessionKey As String, _
	parentNode As stcCategory, _
	iconId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
parentNode
Type: HelpSTAR.PCL.Common..::..stcCategory
iconId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object