IResultContextReportStatus Method |
IT Hit User File System
Reports operation status to the platform.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax void ReportStatus(
CloudFileStatus status
)
Sub ReportStatus (
status As CloudFileStatus
)
void ReportStatus(
CloudFileStatus status
)
abstract ReportStatus :
status : CloudFileStatus -> unit
Parameters
- status
- Type: ITHit.FileSystemCloudFileStatus
Status code.
Remarks
The platform will use the provided information to construct a meaningful and
actionable message to the user.
See Also