SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.EventReporter Class Reference

The event reporter reports person and badge events to the event server in the cloud. More...

Inheritance diagram for RealNetworks.ArgusKit.EventReporter:

Classes

class  DelayedEvent
 
class  EventData
 

Public Member Functions

void Dispose ()
 
void Dispose (bool fromIDisposable)
 

Properties

IEventReporter EventReporterDelegate = null [get, set]
 Delegate to hook up event reporting. More...
 
EventReporterStatistics Statistics [get]
 
Int64 EventServerTimeOffset [get]
 

Events

EventHandler< DidReceiveReplyEventArgsDidReceiveReply
 The event handler for the did-receive-reply event. More...
 
EventHandler< DidUpdateEventWithPropertiesArgsDidUpdateEventWithProperties
 The event handler for the did-update-event event. More...
 

Detailed Description

The event reporter reports person and badge events to the event server in the cloud.

Member Function Documentation

◆ Dispose() [1/2]

void RealNetworks.ArgusKit.EventReporter.Dispose ( )

◆ Dispose() [2/2]

void RealNetworks.ArgusKit.EventReporter.Dispose ( bool  fromIDisposable)

Property Documentation

◆ EventReporterDelegate

IEventReporter RealNetworks.ArgusKit.EventReporter.EventReporterDelegate = null
getset

Delegate to hook up event reporting.

◆ EventServerTimeOffset

Int64 RealNetworks.ArgusKit.EventReporter.EventServerTimeOffset
get

◆ Statistics

EventReporterStatistics RealNetworks.ArgusKit.EventReporter.Statistics
get

Event Documentation

◆ DidReceiveReply

EventHandler<DidReceiveReplyEventArgs> RealNetworks.ArgusKit.EventReporter.DidReceiveReply

The event handler for the did-receive-reply event.

◆ DidUpdateEventWithProperties

EventHandler<DidUpdateEventWithPropertiesArgs> RealNetworks.ArgusKit.EventReporter.DidUpdateEventWithProperties

The event handler for the did-update-event event.