RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates an instance of AppLoggerMonitor.
Namespace: ThomsonReuters.RFA.LoggerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public AppLoggerMonitor CreateApplicationLoggerMonitor( RFA_String monitorName, bool withCompletionEvent ) |
Visual Basic |
---|
Public Function CreateApplicationLoggerMonitor ( _ monitorName As RFA_String, _ withCompletionEvent As Boolean _ ) As AppLoggerMonitor |
Visual C++ |
---|
public: AppLoggerMonitor^ CreateApplicationLoggerMonitor( RFA_String^ monitorName, bool withCompletionEvent ) |
F# |
---|
member CreateApplicationLoggerMonitor : monitorName:RFA_String * withCompletionEvent:bool -> AppLoggerMonitor |
Parameters
- monitorName
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The name of the Monitor gives the identity to the event source.
- withCompletionEvent
- Type: System..::..Boolean
Should completion events be generated.
Return Value
A handle to create AppLoggerMonitor.
Remarks
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |