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#
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..::..LastResponseTimestamp

Remarks

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

See Also