IT Hit User File System
Called when a file is being closed.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 1.4.4298.0
SyntaxTask CloseAsync(
IOperationContext operationContext,
IResultContext context
)
Function CloseAsync (
operationContext As IOperationContext,
context As IResultContext
) As Task
Task^ CloseAsync(
IOperationContext^ operationContext,
IResultContext^ context
)
abstract CloseAsync :
operationContext : IOperationContext *
context : IResultContext -> Task
Parameters
- operationContext
- Type: ITHit.FileSystemIOperationContext
Provides information about the environment. - context
- Type: ITHit.FileSystemIResultContext
Used to report progress and status to the platform.
Return Value
Type:
Task.
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.
Note that this method is also called for a file that was deleted and does not exists in the user file system.
See Also