| QuickbloxClientLastRequest Property |
UTC DateTime of the last request to the server.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime LastRequest { get; }Public ReadOnly Property LastRequest As DateTime
Get
public:
virtual property DateTime LastRequest {
DateTime get () sealed;
}abstract LastRequest : DateTime with get
override LastRequest : DateTime with get
Property Value
Type:
DateTimeImplements
IQuickbloxClientLastRequest
See Also