Click or drag to resize

ContinueDTO Class

Instructs BCS to continue working with a previously created event using the ScoringProgramPipeClient.Continue method or the ScoringProgramPipeClient.ContinueAsync method.
Inheritance Hierarchy
SystemObject
  BridgeSystems.Bridgemate.DataConnectorClasses.SharedDTOContinueDTO

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 ContinueDTO

The ContinueDTO type exposes the following members.

Constructors
 NameDescription
Public methodContinueDTOInitializes a new instance of the ContinueDTO class
Top
Properties
 NameDescription
Public propertyAlternativeDataFolder Optional. Specifies a different directory for the BCS scoring file. Only use in advanced scenarios. If used make sure that the directory exists.
Public propertyCommands 1: Just start BCS and let it reconnect to the last used scoring file if it contains a session with the correct guid. 5: Start BCS, let it reconnect and start reading. add 128: clear all previous data from the Data Connector.
Public propertyEventGuid Tells BCS which event to continue. When there is only one session the event guid will be its session guid unless it was set to a different value in the original InitDTO.
Top
Methods
 NameDescription
Public methodValidate Validates the DTO. Produces validation messages if there are problems.
Top
Fields
 NameDescription
Public fieldValidationMessages An array of messages describing problems in data integrity and invalid values.
Top
See Also