Click or drag to resize

IConfirmationResultContextReturnConfirmationResult Method

IT Hit User File System
Confirms the operation, such as move/rename or delete.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 6.3.20496.0
Syntax
void ReturnConfirmationResult()
Remarks

You will call this method to confirm operation, such as move/rename or delete.

Calling this method triggers MoveToCompletionAsync(String, Byte, IMoveCompletionContext, IInSyncStatusResultContext, CancellationToken) call. If the file is moved, the file handle is closed which triggers [!:ITHit.FileSystem.Windows.IFileWindows.CloseCompletionAsync] method call.

See Also