C# 클래스 CSharpRTMP.Core.NetIO.IOTimer

상속: IOHandler
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
EnqueueForTimeEvent ( uint seconds ) : bool
GetStats ( Variant variant, uint namespaceId ) : void
IOTimer ( ) : System
OnEvent ( SocketAsyncEventArgs e ) : bool

메소드 상세

EnqueueForTimeEvent() 공개 메소드

public EnqueueForTimeEvent ( uint seconds ) : bool
seconds uint
리턴 bool

GetStats() 공개 메소드

public GetStats ( Variant variant, uint namespaceId ) : void
variant Variant
namespaceId uint
리턴 void

IOTimer() 공개 메소드

public IOTimer ( ) : System
리턴 System

OnEvent() 공개 메소드

public OnEvent ( SocketAsyncEventArgs e ) : bool
e System.Net.Sockets.SocketAsyncEventArgs
리턴 bool