ReadEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- position
- Int64
适用于
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())
参数
- position
- Int64
- buffer
- Byte[]
适用于
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)
参数
- position
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32