SynchronizedAuditDispatchService Class |
Namespace: SanteDB.DisconnectedClient.Security.Audit
The SynchronizedAuditDispatchService type exposes the following members.
Name | Description | |
---|---|---|
SynchronizedAuditDispatchService | Initializes a new instance of the SynchronizedAuditDispatchService class |
Name | Description | |
---|---|---|
CanCancel |
Can cancel
| |
CurrentState |
Current state
| |
Description |
Gets the description of the job
| |
Id |
Get the id of this job
| |
IsRunning |
True if the service is running
| |
LastFinished |
Last time finished
| |
LastStarted |
Last time started
| |
Name |
Gets the name of the job
| |
Parameters |
Gets type of parmaeters
| |
ServiceName |
Get the service name
|
Name | Description | |
---|---|---|
Cancel |
Cancel the job
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Run |
Run the IJob on a delay
| |
SendAudit |
Send an audit (which stores the audit locally in the audit file and then queues it for sending)
| |
Start |
Start auditor service
| |
Stop |
Stopped
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |