Search Results for

    Show / Hide Table of Contents

    Class DeletePaymentMethodWithLoggingDefaultImplementation

    Inheritance
    System.Object
    DeletePaymentMethodWithLoggingDefaultImplementation
    Implements
    IHook<DeletePaymentMethodHookRequest, DeletePaymentMethodHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class DeletePaymentMethodWithLoggingDefaultImplementation : Object, IHook<DeletePaymentMethodHookRequest, DeletePaymentMethodHookResponse>

    Constructors

    DeletePaymentMethodWithLoggingDefaultImplementation(ILoggerProvider, IHookIdProvider)

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

    Methods

    Invoke(DeletePaymentMethodHookRequest, Func<DeletePaymentMethodHookRequest, Task<DeletePaymentMethodHookResponse>>)

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

    Implements

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