Class SnapshotService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.SnapshotService : xbe.sdk.ServiceBase#

Public Functions

SnapshotService ()#
Task<List<Snapshot>> FindAll (Dictionary<string, string> query = null)#

Returns all snapshots from the system that the user has access to.

Task<Snapshot> FindById (string id)#

Returns a single snapshot from the system that the user has access to.