EtwEventArgs(EventDescriptor, Boolean, Object[]) Constructor

Definition

Creates a new instance of EtwEventArgs class.

public:
 EtwEventArgs(System::Diagnostics::Eventing::EventDescriptor descriptor, bool success, cli::array <System::Object ^> ^ payload);
public EtwEventArgs (System.Diagnostics.Eventing.EventDescriptor descriptor, bool success, object[] payload);
new System.Management.Automation.Tracing.EtwEventArgs : System.Diagnostics.Eventing.EventDescriptor * bool * obj[] -> System.Management.Automation.Tracing.EtwEventArgs
Public Sub New (descriptor As EventDescriptor, success As Boolean, payload As Object())

Parameters

descriptor
EventDescriptor

Event descriptor

success
Boolean

Indicate whether the event is sucessfully written

payload
Object[]

Event payload

Applies to