DiagnosticContext.TestTracerDelegate Delegate
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Delegate Sub TestTracerDelegate ( _
testLid As UInteger _
)
'Usage
Dim instance As New TestTracerDelegate(AddressOf HandlerMethod)
public delegate void TestTracerDelegate(
uint testLid
)
Parameters
- testLid
Type: System.UInt32