Search Results for

    Show / Hide Table of Contents

    Struct SynchronizationContextRemover

    Based upon https://blogs.msdn.microsoft.com/benwilli/2017/02/09/an-alternative-to-configureawaitfalse-everywhere/

    Namespace: PnP.Framework.Utilities.Async
    Assembly: PnP.Framework.dll
    Syntax
    public struct SynchronizationContextRemover

    Properties

    IsCompleted

    Declaration
    public readonly bool IsCompleted { get; }
    Property Value
    System.Boolean

    Methods

    GetAwaiter()

    Declaration
    public SynchronizationContextRemover GetAwaiter()
    Returns
    SynchronizationContextRemover

    GetResult()

    Declaration
    public void GetResult()

    OnCompleted(Action)

    Declaration
    public void OnCompleted(Action continuation)
    Parameters
    Action continuation

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer