Click or drag to resize

DataConnectorLoggingSource Enumeration

The source of the log message

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
[FlagsAttribute]
public enum DataConnectorLoggingSource
Members
Member nameValueDescription
NotSet0 Not specified
Server1 Server side action
Client2 Client side action
BCS4 Action by Bridgemate Control Software
BCSServer5 BCS-Server
BCSClient6 BCS-Client
ScoringProgram8 Action by a scoring program that communicates with BCS through the dataconnector.
ScoringProgramServer9 ScoringProgram-Server
ScoringProgramClient10 ScoringProgram-Client
See Also