ServicePRO SDK Help

IManageObjectsService..::..BeginGetDefaultSearchSettings Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetDefaultSearchSettings(
	string sessionKey,
	int userId,
	clsEnumeration..::..hsHelpStarObject hObj,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetDefaultSearchSettings ( _
	sessionKey As String, _
	userId As Integer, _
	hObj As clsEnumeration..::..hsHelpStarObject, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
userId
Type: Int32
hObj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
callback
Type: AsyncCallback
asyncState
Type: Object