ConnectedDevicesDiagnostics Class

  • java.lang.Object
    • NativeBase
      • com.microsoft.connecteddevices.ConnectedDevicesDiagnostics

public class ConnectedDevicesDiagnostics

Manages diagnostic information from the Connected Devices platform. Not intended for general use.

Method Summary

Modifier and Type Method and Description
String getLastCorrelationVectorForThread()

Retrieve the correlation vector of the last operation handled on this thread

String getNextCorrelationVectorForThread()

Retrieve the correlation vector of the next operation to be performed on this thread

void setLastCorrelationVectorForThread(@NonNull String correlationVector)

Set the correlation vector of the last operation handled on this thread

void setNextCorrelationVectorForThread(@NonNull String correlationVector)

Set the correlation vector of the next operation to be performed on this thread

Method Details

getLastCorrelationVectorForThread

public static String getLastCorrelationVectorForThread()

Retrieve the correlation vector of the last operation handled on this thread

getNextCorrelationVectorForThread

public static String getNextCorrelationVectorForThread()

Retrieve the correlation vector of the next operation to be performed on this thread

setLastCorrelationVectorForThread

public static void setLastCorrelationVectorForThread(@NonNull String correlationVector)

Set the correlation vector of the last operation handled on this thread

Parameters:

correlationVector

setNextCorrelationVectorForThread

public static void setNextCorrelationVectorForThread(@NonNull String correlationVector)

Set the correlation vector of the next operation to be performed on this thread

Parameters:

correlationVector

Applies to