Class SessionExtensions
Session extension methods.
Inheritance
System.Object
SessionExtensions
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public static class SessionExtensions : Object
Methods
FindSession(ICompositeSession, Int64)
Finds a session within a composite session based on timestamp.
Declaration
public static ISession FindSession(this ICompositeSession compositeSession, long timestamp)
Parameters
Type | Name | Description |
---|---|---|
ICompositeSession | compositeSession | The composite session. |
System.Int64 | timestamp | The timestamp. |
Returns
Type | Description |
---|---|
ISession | The session. |