次の方法で共有


ConnectedDevicesDiagnostics クラス

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

public class ConnectedDevicesDiagnostics

Connected Devices プラットフォームからの診断情報を管理します。 一般的な使用を意図していません。

メソッドの概要

修飾子と型 メソッドと説明
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

適用対象