MarkableForwardOnlyEventingReadStream Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class MarkableForwardOnlyEventingReadStream sealed : Microsoft::BizTalk::Streaming::ForwardOnlyEventingReadStream
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class MarkableForwardOnlyEventingReadStream : Microsoft.BizTalk.Streaming.ForwardOnlyEventingReadStream
type MarkableForwardOnlyEventingReadStream = class
inherit ForwardOnlyEventingReadStream
Public NotInheritable Class MarkableForwardOnlyEventingReadStream
Inherits ForwardOnlyEventingReadStream
- Inheritance
- Attributes
Constructors
MarkableForwardOnlyEventingReadStream(Stream) |
Properties
CanRead | |
CanSeek | |
CanWrite | (Inherited from EventingReadStream) |
EnableReadEvent | (Inherited from EventingReadStream) |
Length | |
Position | |
ReadCompleted | (Inherited from EventingReadStream) |
Methods
Close() | |
EnsureMarkable(Stream) | |
FireAfterLastReadEvent() | (Inherited from EventingReadStream) |
FireBeforeFirstReadEvent() | (Inherited from EventingReadStream) |
FireReadEvent(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Flush() | |
MarkPosition() | |
Read(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
ReadInternal(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
ResetPosition() | |
Seek(Int64, SeekOrigin) | |
SetLength(Int64) | (Inherited from ForwardOnlyEventingReadStream) |
StopMarking() | |
Write(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Events
AfterLastReadEvent | (Inherited from EventingReadStream) |
BeforeFirstReadEvent | (Inherited from EventingReadStream) |
ReadEvent | (Inherited from EventingReadStream) |