BCSManagement |
public class BCSManagementRequestDTO
The BCSManagementRequestDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| BCSManagementRequestDTO | Initializes a new instance of the BCSManagementRequestDTO class |
| Name | Description | |
|---|---|---|
| Command | Must be (a combination of) one of the constants above. Valid are: 1 (ShutDownNow), 2 (GetRunningSessions), 4 (GetScoringFileLocation), 2+4, 8 (GetAllSessionsInformation) | |
| ValidationMessages | An array of messages describing problems in data integrity and invalid values. |
| Name | Description | |
|---|---|---|
| GetAllSessionsInformation | Asks the Data Connector to return an array of eventguid-sessionguid-session name pairs for all sessions in the scoring file. | |
| GetDataConnectorFileLocation | Returns the full path to the data connector messages file (i.e. for back-up purposes). Can be combined with GetRunningSessions and GetScoringFileLocaation. | |
| GetRunningSessions | Asks the Data Connector to return an array of session guid - session name pairs for the sessions that currently are being administered. | |
| GetScoringFileLocation | Returns the full path to the scoring file (i.e. for back-up purposes). Can be combined with GetRunningSessions and GetDataConnectorFileLocation. | |
| ShutDownNow | Instructs the Data Connector to issue a command to BCS to shut down. |