Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
OutputChannel ( IAmAMessageProducer messageProducer ) : System |
Initializes a new instance of the OutputChannel class.
|
|
Send ( Message message, int delayMilliseconds ) : void |
Sends the specified message.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public OutputChannel ( IAmAMessageProducer messageProducer ) : System | ||
messageProducer | IAmAMessageProducer | |
Résultat | System |
public Send ( Message message, int delayMilliseconds ) : void | ||
message | Message | The message. |
delayMilliseconds | int | Number of milliseconds to delay delivery of the message. |
Résultat | void |