IDataFlowDebugSessionOperations Interface

Definition

DataFlowDebugSessionOperations operations.

public interface IDataFlowDebugSessionOperations
type IDataFlowDebugSessionOperations = interface
Public Interface IDataFlowDebugSessionOperations

Methods

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

Add a data flow into debug session.

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

Creates a data flow debug session.

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

Execute a data flow debug command.

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

Creates a data flow debug session.

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

Deletes a data flow debug session.

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

Execute a data flow debug command.

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

Query all active data flow debug sessions.

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

Query all active data flow debug sessions.

Extension Methods

AddDataFlow(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage)

Add a data flow into debug session.

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

Add a data flow into debug session.

BeginCreate(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Creates a data flow debug session.

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

Creates a data flow debug session.

BeginExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Execute a data flow debug command.

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

Execute a data flow debug command.

Create(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Creates a data flow debug session.

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

Creates a data flow debug session.

Delete(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest)

Deletes a data flow debug session.

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

Deletes a data flow debug session.

ExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Execute a data flow debug command.

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

Execute a data flow debug command.

QueryByFactory(IDataFlowDebugSessionOperations, String, String)

Query all active data flow debug sessions.

QueryByFactoryAsync(IDataFlowDebugSessionOperations, String, String, CancellationToken)

Query all active data flow debug sessions.

QueryByFactoryNext(IDataFlowDebugSessionOperations, String)

Query all active data flow debug sessions.

QueryByFactoryNextAsync(IDataFlowDebugSessionOperations, String, CancellationToken)

Query all active data flow debug sessions.

Applies to