Returns the timestamp provided by the server on its last response.

Namespace: BrightstarDB.Client
Assembly: 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

This property will be null if no operation has been invoked, or if the client is an embedded client.

See Also