Quantum 3
3.0.10
An interface that can be added to the Quantum session to overwrite the default snapshot sending for late-joiners. More...
Public Member Functions | |
| FrameSnapshot[] | GetSnapshot () |
| Returns the completed encoded snapshot. More... | |
| void | Init (DeterministicSession session, IDisposable frameContext) |
| Initializing the snapshot provider for this Quantum session. Used to create a frame container. More... | |
| void | RequestSnapshot (DeterministicSession session, int referenceTick) |
| Requesting a snapshot, use to CopyFrom and start async computation. More... | |
Properties | |
| int | ExtraHeapCount [get] |
| Return the number of additional frame heaps required for this tool to work. More... | |
| bool | IsCompleted [get] |
Returns true when a snapshot is read to be completed. More... | |
An interface that can be added to the Quantum session to overwrite the default snapshot sending for late-joiners.
| void Photon.Deterministic.IDeterministicSnapshotProvider.Init | ( | DeterministicSession | session, |
| IDisposable | frameContext | ||
| ) |
Initializing the snapshot provider for this Quantum session. Used to create a frame container.
Implemented in Quantum.Experimental.QuantumSnapshotProviderDemo.
| void Photon.Deterministic.IDeterministicSnapshotProvider.RequestSnapshot | ( | DeterministicSession | session, |
| int | referenceTick | ||
| ) |
Requesting a snapshot, use to CopyFrom and start async computation.
Implemented in Quantum.Experimental.QuantumSnapshotProviderDemo.
| FrameSnapshot [] Photon.Deterministic.IDeterministicSnapshotProvider.GetSnapshot | ( | ) |
Returns the completed encoded snapshot.
Implemented in Quantum.Experimental.QuantumSnapshotProviderDemo.
|
get |
Return the number of additional frame heaps required for this tool to work.
|
get |
Returns true when a snapshot is read to be completed.