Class AttemptSessionInfo
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class AttemptSessionInfo
- Inheritance
-
AttemptSessionInfo
- Inherited Members
-
- Extension Methods
-
Constructors
AttemptSessionInfo(string)
public AttemptSessionInfo(string id)
Parameters
id string
Properties
IsRemoved
public bool IsRemoved { get; }
Property Value
- bool
SessionId
public string SessionId { get; }
Property Value
- string
SyncRoot
public object SyncRoot { get; }
Property Value
- object
Timestamp
public DateTime Timestamp { get; }
Property Value
- DateTime
Methods
Remove()
Update()
Update(string)
public void Update(string sessionId)
Parameters
sessionId string