Property | Type | Description | |
---|---|---|---|
ChunkEndNumber | int | ||
ChunkStartNumber | int | ||
CompleteChunk | bool | ||
DataBytes | byte[] | ||
MasterId | System.Guid | ||
SubscriptionId | System.Guid | ||
SubscriptionPosition | long |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
DataChunkBulk ( System.Guid masterId, System.Guid subscriptionId, int chunkStartNumber, int chunkEndNumber, long subscriptionPosition, byte dataBytes, bool completeChunk ) : System | ||
ToString ( ) : string |
public DataChunkBulk ( System.Guid masterId, System.Guid subscriptionId, int chunkStartNumber, int chunkEndNumber, long subscriptionPosition, byte dataBytes, bool completeChunk ) : System | ||
masterId | System.Guid | |
subscriptionId | System.Guid | |
chunkStartNumber | int | |
chunkEndNumber | int | |
subscriptionPosition | long | |
dataBytes | byte | |
completeChunk | bool | |
return | System |