public class AsyncManualResetEventPublic Class AsyncManualResetEventtype AsyncManualResetEvent = class end| AsyncManualResetEvent | 初始化AsyncManualResetEvent类的新实例。 |
| IsSet | 获取一个值,指示事件当前是否处于已设置状态。 |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
| PulseAll | 设置并立即重置此事件,允许所有当前等待者解除阻塞。 |
| Reset | 将此事件重置为将阻塞WaitOneAsync调用者的状态。 |
| Set | 设置此事件以解除对WaitOneAsync调用者的阻塞。 |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| WaitOneAsync | 返回一个在此事件被设置时完成的任务。 |
| WaitOneAsync(CancellationToken) | 返回一个在此事件被设置时完成的任务。 |
| WaitOneAsync(TimeSpan) | 返回一个在此事件被设置或超时时完成的任务。 |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |