Hookable<T>.SetTestHook Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function SetTestHook ( _
testHook As T _
) As IDisposable
'Usage
Dim instance As Hookable
Dim testHook As T
Dim returnValue As IDisposable
returnValue = instance.SetTestHook(testHook)
public IDisposable SetTestHook(
T testHook
)
Parameters
- testHook
Type: T
Return Value
Type: System.IDisposable