Class SyncClient
This class represents information about a client that performed an initial sync on a server.
Inheritance
System.Object
SyncClient
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Database
Assembly: TimeCockpit.Data.dll
Syntax
public class SyncClient
Constructors
SyncClient()
Declaration
public SyncClient()
Properties
ClientReplicaId
Gets or sets the replica id of a client.
Declaration
public Guid ClientReplicaId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ClientVersion
Gets or sets the version of the client that synced.
Declaration
public string ClientVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceId
Gets or sets the device id that is associated with a client.
Declaration
public Guid DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InitialSync
Gets or sets the date when the client performed and initial sync.
Declaration
public DateTime InitialSync { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsDeprecated
Gets or sets a value indicating whether the client is detached or not.
Declaration
public bool IsDeprecated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastSuccessfulSync
Gets or sets the date/time (UTC) when the client performed the last successful sync.
Declaration
public DateTime LastSuccessfulSync { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |