.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    AsyncContext Class

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Represents an ambient context that is local to a given asynchronous control flow, such as an asynchronous method.

    public sealed class AsyncContext
    Inheritance
    Object
    AsyncContext
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Properties

    Current

    Gets the current context.

    Id

    Gets the unique identifier for the current context.

    Methods

    New()

    Replaces the current context with a new context.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.