LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class AtomicBoolean

    Inheritance
    object
    AtomicBoolean
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Internal.Concurrent
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public sealed class AtomicBoolean

    Constructors

    AtomicBoolean(bool)

    Declaration
    public AtomicBoolean(bool value)
    Parameters
    Type Name Description
    bool value

    Methods

    Get()

    Declaration
    public bool Get()
    Returns
    Type Description
    bool

    GetAndSet(bool)

    Declaration
    public bool GetAndSet(bool newValue)
    Parameters
    Type Name Description
    bool newValue
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX