TaskExtensions Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.WebApi.TaskExtensions

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class TaskExtensions
public static class TaskExtensions
[ExtensionAttribute]
public ref class TaskExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type TaskExtensions =  class end
public final class TaskExtensions

Methods

  Name Description
Public methodStatic member SyncResult(Task<HttpResponseMessage>)
Public methodStatic member SyncResult<T>(Task<T>)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Services.WebApi Namespace