Gets a new quota value for a storage.

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 long GetNewQuota(
	IsolatedStorageFile storage,
	long needSize
)
Visual Basic (Declaration)
Public Shared Function GetNewQuota ( _
	storage As IsolatedStorageFile, _
	needSize As Long _
) As Long
Visual C++
public:
static long long GetNewQuota(
	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