ILogDatabaseProvider Interface |
The interface for providers for the
ILogDatabase implementations that abstract away the environment for tests.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface ILogDatabaseProvider
Public Interface ILogDatabaseProvider
public interface class ILogDatabaseProvider
type ILogDatabaseProvider = interface end
The ILogDatabaseProvider type exposes the following members.
Properties
| Name | Description |
---|
| UtcNow |
Gets the current UTC date and time.
|
TopSee Also