Search Results for

    Show / Hide Table of Contents

    Class GetTaxDefaultImplementation

    Inheritance
    System.Object
    GetTaxDefaultImplementation
    Implements
    IHook<GetTaxHookRequest, GetTaxHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetTaxDefaultImplementation : Object, IHook<GetTaxHookRequest, GetTaxHookResponse>

    Constructors

    GetTaxDefaultImplementation()

    Declaration
    public GetTaxDefaultImplementation()

    Methods

    Invoke(GetTaxHookRequest, Func<GetTaxHookRequest, Task<GetTaxHookResponse>>)

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

    Implements

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