C# Class SRNicoNico.Models.NicoNicoWrapper.NicoNicoDmcSession

Inheritance: Livet.NotificationObject
Show file Open project: mrtska/SRNicoNico Class Usage Examples

Public Properties

Property Type Description
HeartbeatTimer System.Threading.Timer

Public Methods

Method Description
CreateAsync ( ) : Task
HeartbeatAsync ( string id ) : void
NicoNicoDmcSession ( NicoNicoGetDmc dmc ) : System

Private Methods

Method Description
Heartbeat ( object state ) : void

Method Details

CreateAsync() public method

public CreateAsync ( ) : Task
return Task

HeartbeatAsync() public method

public HeartbeatAsync ( string id ) : void
id string
return void

NicoNicoDmcSession() public method

public NicoNicoDmcSession ( NicoNicoGetDmc dmc ) : System
dmc NicoNicoGetDmc
return System

Property Details

HeartbeatTimer public property

public Timer,System.Threading HeartbeatTimer
return System.Threading.Timer