Freigeben über


IDataFlowDebugSessionOperations Schnittstelle

Definition

DataFlowDebugSessionOperations-Vorgänge.

public interface IDataFlowDebugSessionOperations
type IDataFlowDebugSessionOperations = interface
Public Interface IDataFlowDebugSessionOperations

Methoden

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

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

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

Erstellt eine Debugsitzung für einen Datenfluss.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Erstellt eine Debugsitzung für einen Datenfluss.

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

Löscht eine Debugsitzung für einen Datenfluss.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

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

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

Erweiterungsmethoden

AddDataFlow(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage)

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

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

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

BeginCreate(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Erstellt eine Debugsitzung für einen Datenfluss.

BeginExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

Create(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Erstellt eine Debugsitzung für einen Datenfluss.

Delete(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest)

Löscht eine Debugsitzung für einen Datenfluss.

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

Löscht eine Debugsitzung für einen Datenfluss.

ExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

QueryByFactory(IDataFlowDebugSessionOperations, String, String)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryAsync(IDataFlowDebugSessionOperations, String, String, CancellationToken)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryNext(IDataFlowDebugSessionOperations, String)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryNextAsync(IDataFlowDebugSessionOperations, String, CancellationToken)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

Gilt für: