[ObsoleteAttribute("PrepareMeasurement is deprecated, it is not needed.")]
public bool PrepareMeasurement(
byte[] measurementResponse
)
<ObsoleteAttribute("PrepareMeasurement is deprecated, it is not needed.")>
Public Function PrepareMeasurement (
measurementResponse As Byte()
) As Boolean
public:
[ObsoleteAttribute(L"PrepareMeasurement is deprecated, it is not needed.")]
bool PrepareMeasurement(
array<unsigned char>^ measurementResponse
)
[<ObsoleteAttribute("PrepareMeasurement is deprecated, it is not needed.")>]
member PrepareMeasurement :
measurementResponse : byte[] -> bool
If an empty byte[] is passed this method is used to help the Collector understand the applications desire to start a new Measurement and resets internal state like the Chunk number used for sequencing Chunks associated with a measurement on the server.