C# Class Descent.Messaging.Events.QueuedEvent

Used to represent elements in the eventqueue.
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Свойство Type Description
Broadcast bool
EventString string

Méthodes publiques

Méthode Description
QueuedEvent ( string eventString, bool broadcast = false ) : System
ToString ( ) : string

Method Details

QueuedEvent() public méthode

public QueuedEvent ( string eventString, bool broadcast = false ) : System
eventString string
broadcast bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Broadcast public_oe property

public bool Broadcast
Résultat bool

EventString public_oe property

public string EventString
Résultat string