Increases a quota value for a storage file.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Utils
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public static bool IncreaseQuotaTo(
	IsolatedStorageFile storage,
	long needSize
)
Visual Basic (Declaration)
Public Shared Function IncreaseQuotaTo ( _
	storage As IsolatedStorageFile, _
	needSize As Long _
) As Boolean
Visual C++
public:
static bool IncreaseQuotaTo(
	IsolatedStorageFile^ storage, 
	long long needSize
)

Parameters

storage
Type: System.IO.IsolatedStorage..::.IsolatedStorageFile
The storage.
needSize
Type: System..::.Int64
The needed quota size.

Return Value

See Also