TracedEvent.Attach(Action) Method
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.
Attach the event handler.
public:
void Attach(Action ^ handler);
public void Attach (Action handler);
member this.Attach : Action -> unit
Public Sub Attach (handler As Action)
Parameters
- handler
- Action
The event handler to attach, not null.