Search Results for

    Show / Hide Table of Contents

    Class OnNotificationEventDefaultImplementation

    Inheritance
    System.Object
    OnNotificationEventDefaultImplementation
    Implements
    IHook<OnNotificationEventHookRequest, OnNotificationEventHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class OnNotificationEventDefaultImplementation : Object, IHook<OnNotificationEventHookRequest, OnNotificationEventHookResponse>

    Constructors

    OnNotificationEventDefaultImplementation()

    Declaration
    public OnNotificationEventDefaultImplementation()

    Methods

    Invoke(OnNotificationEventHookRequest, Func<OnNotificationEventHookRequest, Task<OnNotificationEventHookResponse>>)

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

    Implements

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