LocalMutualExclusion<T> 类

定义

public sealed class LocalMutualExclusion<T> : Microsoft.Bot.Builder.Internals.Fibers.IScope<T> where T : class
type LocalMutualExclusion<'T (requires 'T : null)> = class
    interface IScope<'T (requires 'T : null)>
Public NotInheritable Class LocalMutualExclusion(Of T)
Implements IScope(Of T)

类型参数

T
继承
LocalMutualExclusion<T>
实现

构造函数

LocalMutualExclusion<T>(IEqualityComparer<T>)

方法

TryGetReferenceCount(T, Int32)

显式接口实现

IScope<T>.WithScopeAsync(T, CancellationToken)

适用于