UntypedEvent.SetField<T> Method (Int32, T)
Sets the field value specified by its ordinal.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public void SetField<T>(
int ordinal,
T value
)
Type Parameters
- T
Type of the field.
Parameters
- ordinal
Type: System.Int32
field ordinal, as defined by the event type.
- value
Type: T
Value to be set.