ReadEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- position
- Int64
Gilt für:
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())
Parameter
- position
- Int64
- buffer
- Byte[]
Gilt für:
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)
Parameter
- position
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32