OperationProgressData(Int32, Int32, Int64, Int64) Constructor
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.
Initializes a new instance of the OperationProgressData struct.
public:
OperationProgressData(int totalEntryCount, int completedEntryCount, long totalByteCount, long completedByteCount);
public OperationProgressData (int totalEntryCount, int completedEntryCount, long totalByteCount, long completedByteCount);
new Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData : int * int * int64 * int64 -> Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData
Public Sub New (totalEntryCount As Integer, completedEntryCount As Integer, totalByteCount As Long, completedByteCount As Long)
Parameters
- totalEntryCount
- Int32
The total number of entries the operation has found thus far.
- completedEntryCount
- Int32
The completed number of entries in the operation.
- totalByteCount
- Int64
The total number of bytes the operation has found thus far.
- completedByteCount
- Int64
The completed number of bytes in the operation.