Search Results for

    Show / Hide Table of Contents

    Class GetMatchRuleForVisualTreeWithLoggingDefaultImplementation

    Inheritance
    System.Object
    GetMatchRuleForVisualTreeWithLoggingDefaultImplementation
    Implements
    IHook<MatchRuleForVisualTreeHookRequest, MatchRuleForVisualTreeHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetMatchRuleForVisualTreeWithLoggingDefaultImplementation : Object, IHook<MatchRuleForVisualTreeHookRequest, MatchRuleForVisualTreeHookResponse>

    Constructors

    GetMatchRuleForVisualTreeWithLoggingDefaultImplementation(ILoggerProvider, IHookIdProvider)

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

    Methods

    Invoke(MatchRuleForVisualTreeHookRequest, Func<MatchRuleForVisualTreeHookRequest, Task<MatchRuleForVisualTreeHookResponse>>)

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

    Implements

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