Method | Description | |
---|---|---|
BeginWriteCheckpoint ( IEnvelope envelope, CheckpointTag requestedCheckpointPosition, string requestedCheckpointState ) : void | ||
CoreProjectionCheckpointWriter ( string projectionCheckpointStreamId, IODispatcher ioDispatcher, ProjectionVersion projectionVersion, string name ) : System | ||
GetStatistics ( ProjectionStatistics info ) : void | ||
Initialize ( ) : void | ||
StartFrom ( CheckpointTag checkpointTag, int checkpointEventNumber ) : void |
Method | Description | |
---|---|---|
CreateStreamMetadataEvent ( ) : Event | ||
PublishWriteCheckpointEvent ( ) : void | ||
PublishWriteStreamMetadata ( ) : void | ||
PublishWriteStreamMetadataAndCheckpointEvent ( ) : void | ||
WriteCheckpointEventCompleted ( string eventStreamId, OperationResult operationResult, int firstWrittenEventNumber ) : void |
public BeginWriteCheckpoint ( IEnvelope envelope, CheckpointTag requestedCheckpointPosition, string requestedCheckpointState ) : void | ||
envelope | IEnvelope | |
requestedCheckpointPosition | CheckpointTag | |
requestedCheckpointState | string | |
return | void |
public CoreProjectionCheckpointWriter ( string projectionCheckpointStreamId, IODispatcher ioDispatcher, ProjectionVersion projectionVersion, string name ) : System | ||
projectionCheckpointStreamId | string | |
ioDispatcher | IODispatcher | |
projectionVersion | ProjectionVersion | |
name | string | |
return | System |
public GetStatistics ( ProjectionStatistics info ) : void | ||
info | ProjectionStatistics | |
return | void |
public StartFrom ( CheckpointTag checkpointTag, int checkpointEventNumber ) : void | ||
checkpointTag | CheckpointTag | |
checkpointEventNumber | int | |
return | void |