Returns the timestamp provided by the server on its last response.
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
Nullable<DateTime> LastResponseTimestamp { get; } |
| Visual Basic |
|---|
ReadOnly Property LastResponseTimestamp As Nullable(Of DateTime)
Get |
| Visual C++ |
|---|
property Nullable<DateTime> LastResponseTimestamp {
Nullable<DateTime> get ();
} |
| F# |
|---|
abstract LastResponseTimestamp : Nullable<DateTime> with get
|
Property Value
Type:
Nullable<(Of <(<'DateTime>)>)>Remarks
See Also