Interface IRollbackSessionInfo
- Namespace
- Backdash
- Assembly
- Backdash.dll
Holds basic session information.
public interface IRollbackSessionInfo
Properties
CurrentFrame
Returns the current session Frame
Frame CurrentFrame { get; }
Property Value
FramesBehind
Returns the number of frames the client is behind. FrameSpan
FrameSpan FramesBehind { get; }
Property Value
Mode
Returns the current SessionMode
SessionMode Mode { get; }
Property Value
RollbackFrames
Returns the number of current rollback frames. FrameSpan
FrameSpan RollbackFrames { get; }