Click or drag to resize

SimpleFileProtocolCreateFileContentPartContinue Method

Namespace:  PDTec.IceNet.Sdk.Implementation.Vault
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.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