C# 클래스 NBroadcast.Notice

상속: ICloneable
파일 보기 프로젝트 열기: brandonc/nbroadcast 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
Delay ( System.TimeSpan delay ) : Notice
Mute ( ) : Notice
Notice ( string message ) : System
Send ( ) : void
SendAsync ( ) : BroadcastAsyncResult
SendDelayed ( System.TimeSpan delay ) : void
SetMedia ( ) : void

보호된 메소드들

메소드 설명
GetMedia ( ) : System.Type[]
Notice ( ) : System

비공개 메소드들

메소드 설명
DelayInternal ( System.TimeSpan delay, System.Action callback ) : void
SendInternal ( BroadcastAsyncResult ar ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Delay() 공개 메소드

public Delay ( System.TimeSpan delay ) : Notice
delay System.TimeSpan
리턴 Notice

GetMedia() 보호된 메소드

protected GetMedia ( ) : System.Type[]
리턴 System.Type[]

Mute() 공개 메소드

public Mute ( ) : Notice
리턴 Notice

Notice() 보호된 메소드

protected Notice ( ) : System
리턴 System

Notice() 공개 메소드

public Notice ( string message ) : System
message string
리턴 System

Send() 공개 메소드

public Send ( ) : void
리턴 void

SendAsync() 공개 메소드

public SendAsync ( ) : BroadcastAsyncResult
리턴 BroadcastAsyncResult

SendDelayed() 공개 메소드

public SendDelayed ( System.TimeSpan delay ) : void
delay System.TimeSpan
리턴 void

SetMedia() 공개 메소드

public SetMedia ( ) : void
리턴 void