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