The EventContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EventContext |
Initialize the context.
|
Methods
| Name | Description | |
|---|---|---|
| ContainsData |
Check if data is associated with a key.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetData |
Get data for event shared by receivers inside this group.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetData |
Set data with an associated key name.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| condionalReturn |
Used to save the conditionnal return of a receiver.
| |
| data |
Store data associated with the event and shared between a group of receivers.
| |
| forlock |
Used to lock access on shared ressource.
| |
| groupContext |
The context of the group of receivers.
|
Properties
| Name | Description | |
|---|---|---|
| GroupContext |
Get the GroupContext of this event.
| |
| ReceiverReturn |
The conditionnal return of a receiver.
|