Click or drag to resize

IFileWindowsOpenCompletionAsync Method

IT Hit User File System
Called when a file is being opened.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
Task OpenCompletionAsync(
	IOperationContext operationContext,
	IResultContext context,
	CancellationToken cancellationToken
)

Parameters

operationContext
Type: ITHit.FileSystemIOperationContext
Provides information about the environment.
context
Type: ITHit.FileSystemIResultContext
Used to report progress and status to the platform.
cancellationToken
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: Task
A task object that can be awaited.
Remarks
This method does not require a confirmation or returning any result. The context is provided for reporting progress and status to the platform if required.
See Also