Click or drag to resize

IVaultProtocolCreateFileContentPartCancel Method

Cancels the file content creation process.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void CreateFileContentPartCancel(
	string contentUuid,
	string correlationId,
	int sequenceCount
)

Parameters

contentUuid
Type: SystemString
The content UUID.
correlationId
Type: SystemString
The correlation ID received by CreateFileContentPartStart(String).
sequenceCount
Type: SystemInt32
The number of subsequently provided chunks of binary file content.
See Also