Drive.GetCancelCheckDiskRequest Method ()
Returns an object that is used to cancel a running check disk operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CancelOperationRequest GetCancelCheckDiskRequest()
public:
CancelOperationRequest^ GetCancelCheckDiskRequest()
Public Function GetCancelCheckDiskRequest As CancelOperationRequest
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.CancelOperationRequest
An instance CancelOperationRequest.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top