Search Results for

    Show / Hide Table of Contents

    Interface IHookCallback

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

    Methods

    CallBack<TReq, TRes>(String, TReq)

    Declaration
    Task<TRes> CallBack<TReq, TRes>(string callbackToken, TReq req)
    Parameters
    Type Name Description
    System.String callbackToken
    TReq req
    Returns
    Type Description
    System.Threading.Tasks.Task<TRes>
    Type Parameters
    Name Description
    TReq
    TRes
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX