C# 클래스 ActivEarth.Objects.Groups.Wall

파일 보기 프로젝트 열기: mlcamilli/ActivEarth 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Post() 공개 메소드

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

Wall() 공개 메소드

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