Table of Contents

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

Frame

FramesBehind

Returns the number of frames the client is behind. FrameSpan

FrameSpan FramesBehind { get; }

Property Value

FrameSpan

Mode

Returns the current SessionMode

SessionMode Mode { get; }

Property Value

SessionMode

RollbackFrames

Returns the number of current rollback frames. FrameSpan

FrameSpan RollbackFrames { get; }

Property Value

FrameSpan