Share via


TraceLoggingService.Activity 事件

活動事件。 通知呼叫端有關伺服器活動。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
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 不支援事件。

.NET Framework 安全性

請參閱

參考

TraceLoggingService 類別

Microsoft.VisualStudio.IntelliTrace 命名空間