ForwardOnlyEventingReadStream 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 ForwardOnlyEventingReadStream abstract : Microsoft::BizTalk::Streaming::EventingReadStream
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class ForwardOnlyEventingReadStream : Microsoft.BizTalk.Streaming.EventingReadStream
type ForwardOnlyEventingReadStream = class
inherit EventingReadStream
Public MustInherit Class ForwardOnlyEventingReadStream
Inherits EventingReadStream
- Inheritance
- Derived
- Attributes
Constructors
ForwardOnlyEventingReadStream() |
Properties
CanRead | |
CanSeek | |
CanWrite | (Inherited from EventingReadStream) |
EnableReadEvent | (Inherited from EventingReadStream) |
Position | |
ReadCompleted | (Inherited from EventingReadStream) |
Methods
FireAfterLastReadEvent() | (Inherited from EventingReadStream) |
FireBeforeFirstReadEvent() | (Inherited from EventingReadStream) |
FireReadEvent(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Flush() | |
Read(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
ReadInternal(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Seek(Int64, SeekOrigin) | |
SetLength(Int64) | |
Write(Byte[], Int32, Int32) | (Inherited from EventingReadStream) |
Events
AfterLastReadEvent | (Inherited from EventingReadStream) |
BeforeFirstReadEvent | (Inherited from EventingReadStream) |
ReadEvent | (Inherited from EventingReadStream) |