ReadEventArgs Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- position
- Int64
Se aplica a
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())
Parámetros
- position
- Int64
- buffer
- Byte[]
Se aplica a
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)
Parámetros
- position
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32