Search Results for

    Show / Hide Table of Contents

    Class GetAutoshipBackupPaymentDefaultImplementation

    Inheritance
    System.Object
    GetAutoshipBackupPaymentDefaultImplementation
    Implements
    IHook<GetAutoshipBackupPaymentHookRequest, GetAutoshipBackupPaymentHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetAutoshipBackupPaymentDefaultImplementation : Object, IHook<GetAutoshipBackupPaymentHookRequest, GetAutoshipBackupPaymentHookResponse>

    Constructors

    GetAutoshipBackupPaymentDefaultImplementation()

    Declaration
    public GetAutoshipBackupPaymentDefaultImplementation()

    Methods

    Invoke(GetAutoshipBackupPaymentHookRequest, Func<GetAutoshipBackupPaymentHookRequest, Task<GetAutoshipBackupPaymentHookResponse>>)

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

    Implements

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