Click or drag to resize

CryptoVaultProtocolCreateFileContentPartContinue Method

Namespace:  PDTec.IceNet.Domain.VaultServer
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void CreateFileContentPartContinue(
	string contentUuid,
	string correlationId,
	int sequenceNumber,
	long offset,
	byte[] aContentPart
)

Parameters

contentUuid
Type: SystemString
correlationId
Type: SystemString
sequenceNumber
Type: SystemInt32
offset
Type: SystemInt64
aContentPart
Type: SystemByte

Implements

IVaultProtocolCreateFileContentPartContinue(String, String, Int32, Int64, Byte)
See Also