Search Results for

    Show / Hide Table of Contents

    Interface IHookIdProvider

    Namespace: DirectScale.Disco.Extension.Middleware
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public interface IHookIdProvider

    Methods

    GetHookId(Type)

    Declaration
    HookData GetHookId(Type hookType)
    Parameters
    Type Name Description
    System.Type hookType
    Returns
    Type Description
    HookData

    GetHookId(Type, Type)

    Declaration
    HookData GetHookId(Type requestType, Type responseType)
    Parameters
    Type Name Description
    System.Type requestType
    System.Type responseType
    Returns
    Type Description
    HookData

    GetHookId<TRequest, TResponse>()

    Declaration
    HookData GetHookId<TRequest, TResponse>()
    Returns
    Type Description
    HookData
    Type Parameters
    Name Description
    TRequest
    TResponse

    IsValidId(String)

    Declaration
    bool IsValidId(string hookId)
    Parameters
    Type Name Description
    System.String hookId
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX