Writes cash data in the 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 bool SafeWrite(
	IsolatedStorageFile storage,
	IsolatedStorageFileStream stream,
	byte[] buffer,
	int offset,
	int count
)
Visual Basic (Declaration)
Public Shared Function SafeWrite ( _
	storage As IsolatedStorageFile, _
	stream As IsolatedStorageFileStream, _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) As Boolean
Visual C++
public:
static bool SafeWrite(
	IsolatedStorageFile^ storage, 
	IsolatedStorageFileStream^ stream, 
	array<unsigned char>^ buffer, 
	int offset, 
	int count
)

See Also