ServicePRO SDK Help

IManageObjectsService..::..BeginRestoreProblemTypeIcon Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginRestoreProblemTypeIcon(
	string SessionKey,
	stcProblemType sProb,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginRestoreProblemTypeIcon ( _
	SessionKey As String, _
	sProb As stcProblemType, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
sProb
Type: HelpSTAR.PCL.Common..::..stcProblemType
callback
Type: AsyncCallback
asyncState
Type: Object