SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

QueryQuota Event

Reflects a quota enquiry by a client.

Syntax

typedef struct {
  __int64 ConnectionID;
  String Username;
  __int64 Available;
  __int64 Used;
} TsbxWebDAVServerQueryQuotaEventParams;

typedef void __fastcall (__closure *TsbxWebDAVServerQueryQuotaEvent)(System::TObject* Sender, TsbxWebDAVServerQueryQuotaEventParams *e);

__property TsbxWebDAVServerQueryQuotaEvent OnQueryQuota = { read=FOnQueryQuota, write=FOnQueryQuota };

Remarks

This event fires in response to a client's enquire about their quota status. Subscribe to this event to react to such enquiries in a customized manner. Use Available and Used properties to report the respective amounts back to the client.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]