AsyncTaskMethodBuilder

AsyncTaskMethodBuilder

Represents a builder for asynchronous methods that return a task.

public struct AsyncTaskMethodBuilder

This type and its members are intended for use by the compiler.

 

AsyncTaskMethodBuilder.Start(TStateMachine) Method

Begins running the builder with the associated state machine.

public void Start<TStateMachine> (ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine;
Type Parameters
TStateMachine

The type of the state machine.

Parameters
stateMachine

The state machine instance, passed by reference.

 

 

 

扩展阅读

C# Under the Hood: async/await    可以按照这篇文章新建一个git的repository,研究一下怎么使用

发现简单的async关键字编译出来的dll,再反编译的话,看到的就是上面这个类的使用。所以如果反编译看到这样的代码,那么说明这个地方使用了async的语法

 

 

转载于:https://www.cnblogs.com/chucklu/p/11186638.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值