你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

查询所有活动数据流调试会话。

适用于