ServicePRO SDK Help

CoreServicesClient..::..BeginGetNotifications Method

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

Syntax


public IAsyncResult BeginGetNotifications(
	string userSessionKey,
	clsEnumeration..::..hsGlanceItem glanceItem,
	AsyncCallback callback,
	Object asyncState
)
Public 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