Click or drag to resize

OnDemandLocalFileSystemNotifyDehydrateOnDemandEntryCompletion Method

Called by the file system when an On-Demand file has been dehydrated.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int NotifyDehydrateOnDemandEntryCompletion(
	OnDemandCallbackContext callbackContext,
	string localRelativePath,
	OnDemandDehydrateCompletionFlags flags,
	OnDemandDehydrationReason reason
)

Parameters

callbackContext
Type: callback.ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context.
localRelativePath
Type: SystemString
The local relative path.
flags
Type: callback.ShellBoost.Core.SynchronizationOnDemandDehydrateCompletionFlags
The flags.
reason
Type: callback.ShellBoost.Core.SynchronizationOnDemandDehydrationReason
The reason.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also