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# |
|---|
public Nullable<DateTime> LastResponseTimestamp { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LastResponseTimestamp As Nullable(Of DateTime)
Get |
| Visual C++ |
|---|
public:
virtual property Nullable<DateTime> LastResponseTimestamp {
Nullable<DateTime> get () sealed;
} |
| F# |
|---|
abstract LastResponseTimestamp : Nullable<DateTime> with get
override LastResponseTimestamp : Nullable<DateTime> with get |
Property Value
Type:
Nullable<(Of <(<'DateTime>)>)>Implements
IBrightstarService..::..LastResponseTimestampRemarks
See Also