Class CloseHandlesResult
The result of a force close handle or force close all handles operation.
public class CloseHandlesResult
- Inheritance
-
CloseHandlesResult
- Inherited Members
Properties
ClosedHandlesCount
The number of file handles that were closed.
public int ClosedHandlesCount { get; }
Property Value
FailedHandlesCount
The number of file handles that fialed to close.
public int FailedHandlesCount { get; }