ConfigurationDocument.LineProcessor Delegate
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected Delegate Sub LineProcessor ( _
processedLine As String _
)
'Usage
Dim instance As New LineProcessor(AddressOf HandlerMethod)
protected delegate void LineProcessor(
string processedLine
)
Parameters
- processedLine
Type: System.String