EventSourceInstaller.InstallApplicationEventSource Method
Namespace: Microsoft.Exchange.Diagnostics.Audit
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Sub InstallApplicationEventSource ( _
sourceName As String, _
eventMessageFile As String, _
parameterMessageFile As String _
)
'Usage
Dim sourceName As String
Dim eventMessageFile As String
Dim parameterMessageFile As String
EventSourceInstaller.InstallApplicationEventSource(sourceName, _
eventMessageFile, parameterMessageFile)
public static void InstallApplicationEventSource(
string sourceName,
string eventMessageFile,
string parameterMessageFile
)
Parameters
- sourceName
Type: System.String
- eventMessageFile
Type: System.String
- parameterMessageFile
Type: System.String