DataFlowDebugSessionOperationsExtensions Class

Definition

Extension methods for DataFlowDebugSessionOperations.

public static class DataFlowDebugSessionOperationsExtensions
type DataFlowDebugSessionOperationsExtensions = class
Public Module DataFlowDebugSessionOperationsExtensions
Inheritance
DataFlowDebugSessionOperationsExtensions

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