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: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
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 memberGetDataConnectorFileLocation Returns the full path to the data connector messages file (i.e. for back-up purposes). Can be combined with GetRunningSessions and GetScoringFileLocaation.
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 and GetDataConnectorFileLocation.
Public fieldStatic memberShutDownNow Instructs the Data Connector to issue a command to BCS to shut down.
Top
See Also