CollectorPrepareMeasurement Method

Note: This API is now obsolete.
When the client creates a new Measurement with the API, the Collector should be prepared with the API Measurement CreateResponse payload.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("PrepareMeasurement is deprecated, it is not needed.")]
public bool PrepareMeasurement(
	byte[] measurementResponse
)

Parameters

measurementResponse  Byte
the payload response from DFX server

Return Value

Boolean
true if Collector understood the payload, false otherwise

Remarks

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.

See Also