Click or drag to resize
AsyncTaskMethodBuilderTResultCreate Method
This API is preliminary and subject to change.
Initializes a new AsyncTaskMethodBuilder.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public static AsyncTaskMethodBuilder<TResult> Create()

Return Value

Type: AsyncTaskMethodBuilderTResult
The initialized AsyncTaskMethodBuilder.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also