![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Represents an event operation in the networking layer. More...
Public Member Functions | |
OperationEvent () | |
Initializes a new instance of the OperationEvent class. | |
OperationEvent (string eventCode) | |
Initializes a new instance of the OperationEvent class with a specific event code. | |
Properties | |
string | EventCode [get, set] |
Gets or sets the event code that identifies the event. | |
GNHashtable | Parameters [get, set] |
Gets or sets the parameters associated with the event. | |
OperationEvent(string eventCode, GNHashtable parameters) object | this[string parameterKey] [get, set] |
Initializes a new instance of the OperationEvent class with a specific event code and parameters. | |
Represents an event operation in the networking layer.
XmobiTea.ProtonNet.Networking.OperationEvent.OperationEvent | ( | string | eventCode | ) |
Initializes a new instance of the OperationEvent class with a specific event code.
eventCode | The event code that identifies the event. |
|
getset |
Initializes a new instance of the OperationEvent class with a specific event code and parameters.
eventCode | The event code that identifies the event. |
parameters | The parameters associated with the event. |
Gets or sets the parameter value associated with the specified key.
parameterKey | The key of the parameter. |