Get the Date/Time when the job was queued to be processed
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
DateTime QueuedTime { get; } |
| Visual Basic |
|---|
ReadOnly Property QueuedTime As DateTime Get |
| Visual C++ |
|---|
property DateTime QueuedTime { DateTime get (); } |
| F# |
|---|
abstract QueuedTime : DateTime with get |