Class RegistryQueueResult
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The result of queueing a database to send registries to registry service.
public class RegistryQueueResult- Inheritance
- 
      
      RegistryQueueResult
- Inherited Members
Constructors
RegistryQueueResult()
public RegistryQueueResult()Properties
Database
Gets or sets the name of the database the result is for.
public string? Database { get; set; }Property Value
- string
- The name of the database the result is for. 
Queued
Gets or sets a value indicating whether the database was queued or not.
public bool Queued { get; set; }Property Value
- bool
- A value indicating whether the database was queued or not.