CEventingReadStream 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 CEventingReadStream : Microsoft::BizTalk::Streaming::EventingReadStream
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class CEventingReadStream : Microsoft.BizTalk.Streaming.EventingReadStream
type CEventingReadStream = class
inherit EventingReadStream
Public Class CEventingReadStream
Inherits EventingReadStream
- Inheritance
- Attributes
Constructors
CEventingReadStream(Stream, Boolean) | |
CEventingReadStream(Stream) |
Properties
CanRead | |
CanSeek | |
CanWrite | (Inherited from EventingReadStream) |
EnableReadEvent | (Inherited from EventingReadStream) |
Length | |
Position | |
ReadCompleted | (Inherited from EventingReadStream) |
Methods
Close() | |
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) | |
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) |