public sealed class ActivityExtensionTraceListener : ExtensionTraceListener
Public NotInheritable Class ActivityExtensionTraceListener
Inherits ExtensionTraceListener
public ref class ActivityExtensionTraceListener sealed : public ExtensionTraceListener
[<SealedAttribute>]
type ActivityExtensionTraceListener =
class
inherit ExtensionTraceListener
end
ActivityExtensionTraceListener | Инициализирует новый экземпляр класса ActivityExtensionTraceListener |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NotifyException |
Уведомляет объект о том, что возникло исключение в процессе выполнения метода расширения,
информацию о котором можно получить из заданного контекста.
(Унаследован от ExtensionTraceListener) |
NotifyExecuted |
Уведомляет объект о том, что было завершено выполнение метода расширения,
информацию о котором можно получить из заданного контекста.
(Переопределяет ExtensionTraceListenerNotifyExecuted(IExtensionStrategyContext)) |
NotifyExecuting |
Уведомляет объект о том, что следующим шагом будет выполнение метода расширения,
информацию о котором можно получить из заданного контекста.
(Переопределяет ExtensionTraceListenerNotifyExecuting(IExtensionStrategyContext)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |