C# Class ActivEarth.Objects.Groups.Wall

Mostra file Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Post ( Message message ) : void

Adds a Message to the Wall, removing older Messages in FIFO order when the capacity is exceeded.

Wall ( ) : System

Creates a new Wall object where Messages can be posted.

Method Details

Post() public method

Adds a Message to the Wall, removing older Messages in FIFO order when the capacity is exceeded.
public Post ( Message message ) : void
message Message
return void

Wall() public method

Creates a new Wall object where Messages can be posted.
public Wall ( ) : System
return System