Microsoft SDK for Java

setStorageLimit

This method of the ClientStoragePermission Class sets a limit on the amount of data that can be stored.

Syntax

public void setStorageLimit(long limit);

Parameters

limit The amount of data that can be stored.

Remarks

If the FL_GLOBALEXEMPT flag is in effect, this limit is an absolute limit; otherwise, the amount of data stored is also bounded by the global limit.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.