Click or drag to resize

OnDemandLocalFileSystem.AcknowledgeData Method

Acknowledges the data when requested by the ValidateData method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int AcknowledgeData(
	OnDemandCallbackContext callbackContext,
	string relativePath,
	long offset,
	long count,
	int errorCode,
	OnDemandAcknowledgeDataFlags flags = OnDemandAcknowledgeDataFlags.None
)

Parameters

callbackContext
Type: callback.ShellBoost.Core.Synchronization.OnDemandCallbackContext
The callback context.
relativePath
Type: System.String
The relative file path.
offset
Type: System.Int64
The offset.
count
Type: System.Int64
The count.
errorCode
Type: System.Int32
The error code.
flags (Optional)
Type: callback.ShellBoost.Core.Synchronization.OnDemandAcknowledgeDataFlags
Optional flags.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentExceptioncallbackContext is null.
See Also