Share via


IDataFlowDebugSessionOperations インターフェイス

定義

DataFlowDebugSessionOperations 操作。

public interface IDataFlowDebugSessionOperations
type IDataFlowDebugSessionOperations = interface
Public Interface IDataFlowDebugSessionOperations

メソッド

AddDataFlowWithHttpMessagesAsync(String, String, DataFlowDebugPackage, Dictionary<String,List<String>>, CancellationToken)

デバッグ セッションにデータ フローを追加します。

BeginCreateWithHttpMessagesAsync(String, String, CreateDataFlowDebugSessionRequest, Dictionary<String,List<String>>, CancellationToken)

データ フロー デバッグ セッションを作成します。

BeginExecuteCommandWithHttpMessagesAsync(String, String, DataFlowDebugCommandRequest, Dictionary<String,List<String>>, CancellationToken)

データ フロー デバッグ コマンドを実行します。

CreateWithHttpMessagesAsync(String, String, CreateDataFlowDebugSessionRequest, Dictionary<String,List<String>>, CancellationToken)

データ フロー デバッグ セッションを作成します。

DeleteWithHttpMessagesAsync(String, String, DeleteDataFlowDebugSessionRequest, Dictionary<String,List<String>>, CancellationToken)

データ フロー デバッグ セッションを削除します。

ExecuteCommandWithHttpMessagesAsync(String, String, DataFlowDebugCommandRequest, Dictionary<String,List<String>>, CancellationToken)

データ フロー デバッグ コマンドを実行します。

QueryByFactoryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

拡張メソッド

AddDataFlow(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage)

デバッグ セッションにデータ フローを追加します。

AddDataFlowAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage, CancellationToken)

デバッグ セッションにデータ フローを追加します。

BeginCreate(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを作成します。

BeginCreateAsync(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを作成します。

BeginExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

データ フロー デバッグ コマンドを実行します。

BeginExecuteCommandAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest, CancellationToken)

データ フロー デバッグ コマンドを実行します。

Create(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを作成します。

CreateAsync(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを作成します。

Delete(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを削除します。

DeleteAsync(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを削除します。

ExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

データ フロー デバッグ コマンドを実行します。

ExecuteCommandAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest, CancellationToken)

データ フロー デバッグ コマンドを実行します。

QueryByFactory(IDataFlowDebugSessionOperations, String, String)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryAsync(IDataFlowDebugSessionOperations, String, String, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryNext(IDataFlowDebugSessionOperations, String)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryNextAsync(IDataFlowDebugSessionOperations, String, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

適用対象