HttpResourceComponent.ExecuteAsync<T> 方法 (Boolean)

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Protected Function ExecuteAsync(Of T) ( _
    disposeOnComplete As Boolean _
) As Task(Of T)
protected Task<T> ExecuteAsync<T>(
    bool disposeOnComplete
)

类型参数

  • T

参数

返回值

类型:System.Threading.Tasks.Task<T>

.NET Framework 安全性

请参见

参考

HttpResourceComponent 类

ExecuteAsync 重载

Microsoft.TeamFoundation.Framework.Server 命名空间