TelemetryEventArgs.Disposer 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.
The object to dispose at the end of the duration of the event
public:
property IDisposable ^ Disposer { IDisposable ^ get(); void set(IDisposable ^ value); };
public IDisposable Disposer { get; set; }
member this.Disposer : IDisposable with get, set
Public Property Disposer As IDisposable