CsvFieldCache.OpenLogFile Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Function OpenLogFile ( _
filePath As String _
) As FileStream
'Usage
Dim filePath As String
Dim returnValue As FileStream
returnValue = CsvFieldCache.OpenLogFile(filePath)
public static FileStream OpenLogFile(
string filePath
)
Parameters
- filePath
Type: System.String
Return Value
Type: System.IO.FileStream
See Also