GigaSpaces XAP.NET Documentation
Position Property
Class LibraryGigaSpaces.Core.Internal.PbsReusableReadonlyByteArrayStreamPosition
When overridden in a derived class, gets or sets the position within the current stream.
Declaration Syntax
C#Visual BasicVisual C++J#
public override long Position { get; set; }
Public Overrides Property Position As Long
	Get
	Set
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}
/** @property */
public long get_Position()
/** @property */
public  void set_Position(long value)
Return Value
The current position within the stream.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)