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