ServicePRO SDK Help

ICoreServices..::..BeginGetNotifications Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetNotifications(
	string userSessionKey,
	clsEnumeration..::..hsGlanceItem glanceItem,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetNotifications ( _
	userSessionKey As String, _
	glanceItem As clsEnumeration..::..hsGlanceItem, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
glanceItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsGlanceItem
callback
Type: AsyncCallback
asyncState
Type: Object