Search Results for

    Show / Hide Table of Contents

    Class GetAssociateTreeLabelWithLoggingDefaultImplementation

    Inheritance
    System.Object
    GetAssociateTreeLabelWithLoggingDefaultImplementation
    Implements
    IHook<GetAssociateTreeLabelHookRequest, GetAssociateTreeLabelHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetAssociateTreeLabelWithLoggingDefaultImplementation : Object, IHook<GetAssociateTreeLabelHookRequest, GetAssociateTreeLabelHookResponse>

    Constructors

    GetAssociateTreeLabelWithLoggingDefaultImplementation(ILoggerProvider, IHookIdProvider)

    Declaration
    public GetAssociateTreeLabelWithLoggingDefaultImplementation(ILoggerProvider loggerProvider, IHookIdProvider hookIdProvider)
    Parameters
    Type Name Description
    Microsoft.Extensions.Logging.ILoggerProvider loggerProvider
    IHookIdProvider hookIdProvider

    Methods

    Invoke(GetAssociateTreeLabelHookRequest, Func<GetAssociateTreeLabelHookRequest, Task<GetAssociateTreeLabelHookResponse>>)

    Declaration
    public Task<GetAssociateTreeLabelHookResponse> Invoke(GetAssociateTreeLabelHookRequest request, Func<GetAssociateTreeLabelHookRequest, Task<GetAssociateTreeLabelHookResponse>> func)
    Parameters
    Type Name Description
    GetAssociateTreeLabelHookRequest request
    System.Func<GetAssociateTreeLabelHookRequest, System.Threading.Tasks.Task<GetAssociateTreeLabelHookResponse>> func
    Returns
    Type Description
    System.Threading.Tasks.Task<GetAssociateTreeLabelHookResponse>

    Implements

    IHook<TRequest, TResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX