C# Class Descent.Messaging.Events.QueuedEvent

Used to represent elements in the eventqueue.
显示文件 Open project: nezbo/Descent Class Usage Examples

Public Properties

Property Type Description
Broadcast bool
EventString string

Public Methods

Method Description
QueuedEvent ( string eventString, bool broadcast = false ) : System
ToString ( ) : string

Method Details

QueuedEvent() public method

public QueuedEvent ( string eventString, bool broadcast = false ) : System
eventString string
broadcast bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Broadcast public_oe property

public bool Broadcast
return bool

EventString public_oe property

public string EventString
return string