Search Results for

    Show / Hide Table of Contents

    Class GetFraudPreventionInfoWithLoggingDefaultImplementation

    Inheritance
    System.Object
    GetFraudPreventionInfoWithLoggingDefaultImplementation
    Implements
    IHook<GetFraudPreventionInfoHookRequest, GetFraudPreventionInfoHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetFraudPreventionInfoWithLoggingDefaultImplementation : Object, IHook<GetFraudPreventionInfoHookRequest, GetFraudPreventionInfoHookResponse>

    Constructors

    GetFraudPreventionInfoWithLoggingDefaultImplementation(ILoggerProvider, IHookIdProvider)

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

    Methods

    Invoke(GetFraudPreventionInfoHookRequest, Func<GetFraudPreventionInfoHookRequest, Task<GetFraudPreventionInfoHookResponse>>)

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

    Implements

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