Hookable<T> Class
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Diagnostics.Hookable<T>
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public MustInherit Class Hookable(Of T As Class)
'Usage
Dim instance As Hookable(Of T)
public abstract class Hookable<T>
where T : class
Type Parameters
- T
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.