TracedEvent.HasFired Property
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.
Gets a value indicating whether the event has fired before. Use AttachIfNotFired(Action, Boolean) instead of using this property if you want to attach an event handler only if the event has not fired before.
public:
property bool HasFired { bool get(); };
public:
property bool HasFired { bool get(); };
public bool HasFired { get; }
member this.HasFired : bool
Public ReadOnly Property HasFired As Boolean