Search Results for

    Show / Hide Table of Contents

    Class GetAssociateTreeLabelDefaultImplementation

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

    Constructors

    GetAssociateTreeLabelDefaultImplementation()

    Declaration
    public GetAssociateTreeLabelDefaultImplementation()

    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