FileModelFactory.ClosedHandlesInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClosedHandlesInfo(Int32) |
Creates a new ClosedHandlesInfo instance for mocking. |
ClosedHandlesInfo(Int32, Int32) |
Creates a new ClosedHandlesInfo instance for mocking. |
ClosedHandlesInfo(Int32)
- Source:
- CloseHandlesResult.cs
- Source:
- CloseHandlesResult.cs
Creates a new ClosedHandlesInfo instance for mocking.
public static Azure.Storage.Files.Shares.Models.CloseHandlesResult ClosedHandlesInfo (int closedHandlesCount);
static member ClosedHandlesInfo : int -> Azure.Storage.Files.Shares.Models.CloseHandlesResult
Public Shared Function ClosedHandlesInfo (closedHandlesCount As Integer) As CloseHandlesResult
Parameters
- closedHandlesCount
- Int32
Returns
Applies to
ClosedHandlesInfo(Int32, Int32)
- Source:
- CloseHandlesResult.cs
- Source:
- CloseHandlesResult.cs
Creates a new ClosedHandlesInfo instance for mocking.
public static Azure.Storage.Files.Shares.Models.CloseHandlesResult ClosedHandlesInfo (int closedHandlesCount, int failedHandlesCount);
static member ClosedHandlesInfo : int * int -> Azure.Storage.Files.Shares.Models.CloseHandlesResult
Public Shared Function ClosedHandlesInfo (closedHandlesCount As Integer, failedHandlesCount As Integer) As CloseHandlesResult
Parameters
- closedHandlesCount
- Int32
- failedHandlesCount
- Int32