EtwEventArgs(EventDescriptor, Boolean, Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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