ReadEventArgs Constructors
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.
Overloads
ReadEventArgs(Int64) | |
ReadEventArgs(Int64, Byte[]) | |
ReadEventArgs(Int64, Byte[], Int32, Int32) |
ReadEventArgs(Int64)
public:
ReadEventArgs(long position);
public ReadEventArgs (long position);
new Microsoft.BizTalk.Streaming.ReadEventArgs : int64 -> Microsoft.BizTalk.Streaming.ReadEventArgs
Public Sub New (position As Long)
Parameters
- position
- Int64
Applies to
ReadEventArgs(Int64, Byte[])
public:
ReadEventArgs(long position, cli::array <System::Byte> ^ buffer);
public ReadEventArgs (long position, byte[] buffer);
new Microsoft.BizTalk.Streaming.ReadEventArgs : int64 * byte[] -> Microsoft.BizTalk.Streaming.ReadEventArgs
Public Sub New (position As Long, buffer As Byte())
Parameters
- position
- Int64
- buffer
- Byte[]
Applies to
ReadEventArgs(Int64, Byte[], Int32, Int32)
public:
ReadEventArgs(long position, cli::array <System::Byte> ^ buffer, int offset, int count);
public ReadEventArgs (long position, byte[] buffer, int offset, int count);
new Microsoft.BizTalk.Streaming.ReadEventArgs : int64 * byte[] * int * int -> Microsoft.BizTalk.Streaming.ReadEventArgs
Public Sub New (position As Long, buffer As Byte(), offset As Integer, count As Integer)
Parameters
- position
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32