Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)