C# 클래스 SRNicoNico.Models.NicoNicoWrapper.NicoNicoDmcSession

상속: Livet.NotificationObject
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeartbeatTimer System.Threading.Timer

공개 메소드들

메소드 설명
CreateAsync ( ) : Task
HeartbeatAsync ( string id ) : void
NicoNicoDmcSession ( NicoNicoGetDmc dmc ) : System

비공개 메소드들

메소드 설명
Heartbeat ( object state ) : void

메소드 상세

CreateAsync() 공개 메소드

public CreateAsync ( ) : Task
리턴 Task

HeartbeatAsync() 공개 메소드

public HeartbeatAsync ( string id ) : void
id string
리턴 void

NicoNicoDmcSession() 공개 메소드

public NicoNicoDmcSession ( NicoNicoGetDmc dmc ) : System
dmc NicoNicoGetDmc
리턴 System

프로퍼티 상세

HeartbeatTimer 공개적으로 프로퍼티

public Timer,System.Threading HeartbeatTimer
리턴 System.Threading.Timer