IDocumentGetSessionsAsync Method

Returns a collection of sessions in the document (sorted from newest to oldest)

Namespace:  TSD.API.Remoting.Document
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<ISession>> GetSessionsAsync()

Return Value

Type: TaskIEnumerableISession
A collection of sessions in the document
See Also