ReadEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- position
- Int64
S’applique à
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())
Paramètres
- position
- Int64
- buffer
- Byte[]
S’applique à
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)
Paramètres
- position
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32