ServicePRO SDK Help

IManageObjectsService..::..BeginSelectProblemTypeIcon Method

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

Syntax


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

Parameters

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