Replaces the Fields collection with a new set of EventField. It will send just ONE overall event
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetFields( List<EventField> newFields ) |
Visual Basic |
---|
Public Sub SetFields ( _ newFields As List(Of EventField) _ ) |
JScript |
---|
public function SetFields( newFields : List<EventField> ) |
Parameters
- newFields
- Type: System.Collections.Generic..::..List<(Of <(<'EventField>)>)>