Click or drag to resize

BCSManagementRequestDTO Class

Carries information on a management request for BCS. Is used as a parameter for the ScoringProgramPipeClient.IssueManagementCommand method or the ScoringProgramPipeClient.IssueManagementCommandAsync method.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOBCSManagementRequestDTO

Namespace: BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTO
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public class BCSManagementRequestDTO

The BCSManagementRequestDTO type exposes the following members.

Constructors
 NameDescription
Public methodBCSManagementRequestDTOInitializes a new instance of the BCSManagementRequestDTO class
Top
Properties
 NameDescription
Public propertyCommand Must be (a combination of) one of the constants above. Valid are: 1 (ShutDownNow), 2 (GetRunningSessions), 4 (GetScoringFileLocation), 2+4, 8 (GetAllSessionsInformation)
Public propertyValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
Fields
 NameDescription
Public fieldStatic memberGetAllSessionsInformation Asks the Data Connector to return an array of eventguid-sessionguid-session name pairs for all sessions in the scoring file.
Public fieldStatic memberGetRunningSessions Asks the Data Connector to return an array of session guid - session name pairs for the sessions that currently are being administered.
Public fieldStatic memberGetScoringFileLocation Returns the full path to the scoring file (i.e. for back-up purposes). Can be combined with GetRunningSessions.
Public fieldStatic memberShutDownNow Instructs the Data Connector to issue a command to BCS to shut down.
Top
See Also