Gets a new quota value for a storage.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Utils
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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
)

See Also