IsolatedStorage.IncreaseQuotaTo(Int64) Method

Definition

When overridden in a derived class, prompts a user to approve a larger quota size, in bytes, for isolated storage.

public:
 virtual bool IncreaseQuotaTo(long newQuotaSize);
public virtual bool IncreaseQuotaTo (long newQuotaSize);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual bool IncreaseQuotaTo (long newQuotaSize);
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
Public Overridable Function IncreaseQuotaTo (newQuotaSize As Long) As Boolean

Parameters

newQuotaSize
Int64

The requested new quota size, in bytes, for the user to approve.

Returns

false in all cases.

Attributes

Remarks

The IsolatedStorageFile.IncreaseQuotaTo method overrides this method.

Applies to