Click or drag to resize
ISessionCallbacks Interface
Intetface for session callbacks

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public interface ISessionCallbacks

The ISessionCallbacks type exposes the following members.

Properties
  NameDescription
Public propertySyncDownloadLimit
SyncDownloadLimit
Public propertySyncUploadLimit
SyncUploadLimit
Top
Methods
  NameDescription
Public methodBeforeSendingRequest
BeforeSendingRequest
Public methodCaughtSocketException
CaughtSocketException
Public methodEstablishedConnectionToTheInternet
EstablishedConnectionToTheInternet
Public methodGetToken
GetToken
Public methodLostConnectionToTheInternet
LostConnectionToTheInternet
Public methodReportProxyAuthenticationRequired
ReportProxyAuthenticationRequired
Public methodSessionIdExpired
SessionIdExpired
Public methodSetServerTime
SetServerTime
Public methodUpdateBytesSent
UpdateBytesSent
Public methodUpdateUploadSpeed
UpdateUploadSpeed
Public methodWaitForRenewal
WaitForRenewal
Top
See Also