AsyncTaskMethodBuilderTResultCreate Method |
This API is preliminary and subject to change.
Namespace: System.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public static AsyncTaskMethodBuilder<TResult> Create()
Public Shared Function Create As AsyncTaskMethodBuilder(Of TResult)
public:
static AsyncTaskMethodBuilder<TResult> Create()
static member Create : unit -> AsyncTaskMethodBuilder<'TResult>
Return Value
Type:
AsyncTaskMethodBuilderTResultThe initialized
AsyncTaskMethodBuilder.
Version Information
.NET Framework
Supported in: 3.5
Threading Library
Supported in: 2.1
See Also