TraceLoggingService.Activity Event

Activity event. Notifies the caller of server activity.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Event Activity As EventHandler(Of ActivityEventArgs)
public event EventHandler<ActivityEventArgs> Activity
public:
 event EventHandler<ActivityEventArgs^>^ Activity {
    void add (EventHandler<ActivityEventArgs^>^ value);
    void remove (EventHandler<ActivityEventArgs^>^ value);
}
member Activity : IEvent<EventHandler<ActivityEventArgs>,
    ActivityEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace