ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginRestoreCategoryIcon Method

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

Syntax


public IAsyncResult BeginRestoreCategoryIcon(
	string SessionKey,
	stcCategory parentNode,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginRestoreCategoryIcon ( _
	SessionKey As String, _
	parentNode As stcCategory, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

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