Method AccumulateContentSize
AccumulateContentSize(ref Int32, ref Int64, ref Int64, ref Int64)
Computes the size of content.
Declaration
public bool AccumulateContentSize(ref int entryCount, ref long totalBytes, ref long cachedBytes, ref long uncachedBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | entryCount | The total number of resolved locations in the service. |
| Int64 | totalBytes | The total number of bytes of the data. |
| Int64 | cachedBytes | The total number of bytes already cached by the download service. |
| Int64 | uncachedBytes | The total number of bytes not cached by the download service. |
Returns
| Type | Description |
|---|---|
| Boolean | Returns true if successful. |
AccumulateContentSize(in FixedString512Bytes, ref Int32, ref Int64, ref Int64, ref Int64)
Computes the size of the content set specified.
Declaration
public void AccumulateContentSize(in FixedString512Bytes setName, ref int entryCount, ref long totalBytes, ref long cachedBytes, ref long uncachedBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| FixedString512Bytes | setName | The content set to compute the size of. |
| Int32 | entryCount | The total number of resolved locations in the service. |
| Int64 | totalBytes | The total number of bytes of the data. |
| Int64 | cachedBytes | The total number of bytes already cached by the download service. |
| Int64 | uncachedBytes | The total number of bytes not cached by the download service. |