ConnectedDevicesDiagnostics 类
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. ConnectedDevicesDiagnostics
- com.
public class ConnectedDevicesDiagnostics
从连接的设备平台管理诊断信息。 不适用于常规用途。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
getLastCorrelationVectorForThread()
检索此线程上处理的最后一个操作的相关向量 |
String |
getNextCorrelationVectorForThread()
检索要在此线程上执行的下一个操作的相关向量 |
void |
setLastCorrelationVectorForThread(@NonNull String correlationVector)
设置此线程上处理的最后一个操作的相关向量 |
void |
setNextCorrelationVectorForThread(@NonNull String correlationVector)
设置要在此线程上执行的下一个操作的相关向量 |
方法详细信息
getLastCorrelationVectorForThread
public static String getLastCorrelationVectorForThread()
检索此线程上处理的最后一个操作的相关向量
getNextCorrelationVectorForThread
public static String getNextCorrelationVectorForThread()
检索要在此线程上执行的下一个操作的相关向量
setLastCorrelationVectorForThread
public static void setLastCorrelationVectorForThread(@NonNull String correlationVector)
设置此线程上处理的最后一个操作的相关向量
参数:
correlationVector
setNextCorrelationVectorForThread
public static void setNextCorrelationVectorForThread(@NonNull String correlationVector)
设置要在此线程上执行的下一个操作的相关向量
参数:
correlationVector