UntypedEvent Class
Represents an untyped event.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.EventInstance
Microsoft.ComplexEventProcessing.UntypedEvent
Microsoft.ComplexEventProcessing.EdgeEvent
Microsoft.ComplexEventProcessing.IntervalEvent
Microsoft.ComplexEventProcessing.PointEvent
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public abstract class UntypedEvent : EventInstance
The UntypedEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UntypedEvent | Initializes a new instance of the UntypedEvent class. |
Top
Properties
Name | Description | |
---|---|---|
EventKind | Gets the kind of the event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetField(Int32) | Returns the value of the specified field, regardless of its type. | |
GetField<T>(Int32) | Gets a field value by its ordinal. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetField(Int32, Object) | Sets the value of the specified field, regardless of its type. | |
SetField<T>(Int32, T) | Sets the field value specified by its ordinal. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.