ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginSelectCategoryIcon Method

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

Syntax


public IAsyncResult BeginSelectCategoryIcon(
	string SessionKey,
	stcCategory parentNode,
	int iconId,
	AsyncCallback callback,
	Object asyncState
)
Public 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