Click or drag to resize
DbServerClient Methods

The DbServerClient type exposes the following members.

Methods
  Name Description
Public method AllocateEntry
Allocate a entry to the server
Public method Authenticate
Try to auth the client
(Inherited from DbClient.)
Protected method Authenticate(String, String)
Authenticate
(Inherited from DbClient.)
Public method AutoDiscover
Try to auto-discover the current client
Protected method CheckAuthentication
Check the authentication
(Inherited from DbClient.)
Public method Dispose (Inherited from DbClient.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Execute(String)
Execute a request
(Inherited from DbClient.)
Protected method ExecuteTEntity(String, TEntity)
Execute a request with a entity
(Inherited from DbClient.)
Protected method ExecuteTEntity(String, String, TEntity)
Execute a request with a entity
(Inherited from DbClient.)
Protected method ExecuteFromId
Execute a request with a entity
(Inherited from DbClient.)
Public method FetchJob
Fetch a job
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method Get(String)
Execute a get
(Inherited from DbClient.)
Protected method Get(String, String)
Execute a get for a entity
(Inherited from DbClient.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetLastEvent
Get the last event of a operation
Public method GetNextJobs
Get all next jobs for the client
Public method GetServerInformation
Get the information about the server
(Inherited from DbClient.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasEntryWithChecksum
Check if the entry has a backup
Protected method IsConnected
Check the connection
(Inherited from DbClient.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OpenOperation
Try to open the job operation for the client
Public method Ping
Update the last seen for the client
Protected method RawExecute(String, String)
Execute a request with a entity
(Inherited from DbClient.)
Protected method RawExecuteTEntity(String, TEntity)
Execute a request with a entity
(Inherited from DbClient.)
Protected method RawExecuteTEntity(String, String, TEntity)
Execute a request with a entity
(Inherited from DbClient.)
Public method RegisterEvent
Register a Event of a Entry in a Backup or a Entry of the operation
Public method RegisterEventAsync
Register a Event of a Entry in a Backup or a Entry of the operation
Protected method ResetTimeout
Reset the timeout to the default
(Inherited from DbClient.)
Protected method SetTimeout
Set the timeout to a request
(Inherited from DbClient.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateOperationFlags
Update the flags of a job
Public method UpdateOperationState
Update the state of a job
Public method UpdateProgress
Register the progress to the server
Public method UpdateProgressAsync
Register the progress to the server
Top
Extension Methods
See Also