AsyncTaskMethodBuilderCreate 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 Create()
Public Shared Function Create As AsyncTaskMethodBuilder
public:
static AsyncTaskMethodBuilder Create()
static member Create : unit -> AsyncTaskMethodBuilder
Return Value
Type:
AsyncTaskMethodBuilderThe initialized
AsyncTaskMethodBuilder.
Version Information
.NET Framework
Supported in: 3.5
Threading Library
Supported in: 2.1
See Also