public class ChunkData : IDisposable
Public Class ChunkData
Implements IDisposable
public ref class ChunkData : IDisposable
type ChunkData =
class
interface IDisposable
end
The ChunkData enables the Collector to quickly reset it's internal state between measurement chunks by handing the collected data to ChunkData.
Building the actual Payload takes some effort and time for which the Collector would otherwise be unable to start adding frames until the previous Payload had been constructed and the Collector reset.
Payload | Gets the measurement Payload from the ChunkData object |
Dispose | Releases all resources used by the ChunkData |
Dispose(Boolean) | Releases the unmanaged resources used by the ChunkData and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |