![]() |
DbClientRemoteAccess Class |
Namespace: DrawerBackup.Native.Clients
The DbClientRemoteAccess type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbClientRemoteAccess | Initializes a new instance of the DbClientRemoteAccess 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.) |
Name | Description | |
---|---|---|
![]() | Authenticate |
Try to auth the client
(Inherited from DbClient.) |
![]() | Authenticate(String, String) |
Authenticate
(Inherited from DbClient.) |
![]() | CheckAuthentication |
Check the authentication
(Inherited from DbClient.) |
![]() | CurrentState |
Fetch a job
|
![]() | 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.) |
![]() | FetchTrace |
Read the output of the client trace
|
![]() | 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 |
Fetch the the last event from the client
|
![]() | GetServerInformation |
Get the information about the server
(Inherited from DbClient.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsConnected |
Check the connection
(Inherited from DbClient.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | 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.) |
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.) |