Search Results for

    Show / Hide Table of Contents

    Class CanPlaceAssociateWithLoggingDefaultImplementation

    Inheritance
    System.Object
    CanPlaceAssociateWithLoggingDefaultImplementation
    Implements
    IHook<CanPlaceAssociateHookRequest, CanPlaceAssociateHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class CanPlaceAssociateWithLoggingDefaultImplementation : Object, IHook<CanPlaceAssociateHookRequest, CanPlaceAssociateHookResponse>

    Constructors

    CanPlaceAssociateWithLoggingDefaultImplementation(ILoggerProvider, IHookIdProvider)

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

    Methods

    Invoke(CanPlaceAssociateHookRequest, Func<CanPlaceAssociateHookRequest, Task<CanPlaceAssociateHookResponse>>)

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

    Implements

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