C# Class NBroadcast.Notice

Inheritance: ICloneable
Exibir arquivo Open project: brandonc/nbroadcast Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Delay ( System.TimeSpan delay ) : Notice
Mute ( ) : Notice
Notice ( string message ) : System
Send ( ) : void
SendAsync ( ) : BroadcastAsyncResult
SendDelayed ( System.TimeSpan delay ) : void
SetMedia ( ) : void

Protected Methods

Method Description
GetMedia ( ) : System.Type[]
Notice ( ) : System

Private Methods

Method Description
DelayInternal ( System.TimeSpan delay, System.Action callback ) : void
SendInternal ( BroadcastAsyncResult ar ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Delay() public method

public Delay ( System.TimeSpan delay ) : Notice
delay System.TimeSpan
return Notice

GetMedia() protected method

protected GetMedia ( ) : System.Type[]
return System.Type[]

Mute() public method

public Mute ( ) : Notice
return Notice

Notice() protected method

protected Notice ( ) : System
return System

Notice() public method

public Notice ( string message ) : System
message string
return System

Send() public method

public Send ( ) : void
return void

SendAsync() public method

public SendAsync ( ) : BroadcastAsyncResult
return BroadcastAsyncResult

SendDelayed() public method

public SendDelayed ( System.TimeSpan delay ) : void
delay System.TimeSpan
return void

SetMedia() public method

public SetMedia ( ) : void
return void