C# Class ActivEarth.Objects.Groups.Wall

Afficher le fichier Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Wall() public méthode

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