ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginSelectProblemTypeIcon Method

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

Syntax


public IAsyncResult BeginSelectProblemTypeIcon(
	string SessionKey,
	stcProblemType sProb,
	int iconId,
	AsyncCallback callback,
	Object asyncState
)
Public 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