![]() |
DbServerClient Class |
Namespace: DrawerBackup.Native.Clients
The DbServerClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbServerClient | Initializes a new instance of the DbServerClient class |
Name | Description | |
---|---|---|
![]() | AuthID |
Current Authentication ID
(Inherited from DbClient.) |
![]() | BaseAddress |
Current Base Address
(Inherited from DbClient.) |
![]() | Client |
Current Client
(Inherited from DbClient.) |
![]() | Config |
Current Configuration
(Inherited from DbClient.) |
![]() | IsAuthenticated |
Is Authenticated
(Inherited from DbClient.) |
![]() | LastEvent |
Last event registred in the server
|
Name | Description | |
---|---|---|
![]() | AllocateEntry |
Allocate a entry to the server
|
![]() | Authenticate |
Try to auth the client
(Inherited from DbClient.) |
![]() | Authenticate(String, String) |
Authenticate
(Inherited from DbClient.) |
![]() | AutoDiscover |
Try to auto-discover the current client
|
![]() | CheckAuthentication |
Check the authentication
(Inherited from DbClient.) |
![]() | Dispose | (Inherited from DbClient.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute(String) |
Execute a request
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteFromId |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | FetchJob |
Fetch a job
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Execute a get
(Inherited from DbClient.) |
![]() | Get(String, String) |
Execute a get for a entity
(Inherited from DbClient.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLastEvent |
Get the last event of a operation
|
![]() | GetNextJobs |
Get all next jobs for the client
|
![]() | GetServerInformation |
Get the information about the server
(Inherited from DbClient.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasEntryWithChecksum |
Check if the entry has a backup
|
![]() | IsConnected |
Check the connection
(Inherited from DbClient.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenOperation |
Try to open the job operation for the client
|
![]() | Ping |
Update the last seen for the client
|
![]() | RawExecute(String, String) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RegisterEvent |
Register a Event of a Entry in a Backup or a Entry of the operation
|
![]() | RegisterEventAsync |
Register a Event of a Entry in a Backup or a Entry of the operation
|
![]() | ResetTimeout |
Reset the timeout to the default
(Inherited from DbClient.) |
![]() | SetTimeout |
Set the timeout to a request
(Inherited from DbClient.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateOperationFlags |
Update the flags of a job
|
![]() | UpdateOperationState |
Update the state of a job
|
![]() | UpdateProgress |
Register the progress to the server
|
![]() | UpdateProgressAsync |
Register the progress to the server
|
Name | Description | |
---|---|---|
![]() | ToDictionary | Overloaded.
Convert the object properties to a dictionary
(Defined by ObjectUtility.) |
![]() | ToDictionaryT | Overloaded.
Converts the object properties to a dictionary
(Defined by ObjectUtility.) |