Search Results for

    Show / Hide Table of Contents

    Class GetAssociateServiceAutoshipSettingsDefaultImplementation

    Inheritance
    System.Object
    GetAssociateServiceAutoshipSettingsDefaultImplementation
    Implements
    IHook<GetAssociateServiceAutoshipSettingsHookRequest, GetAssociateServiceAutoshipSettingsHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetAssociateServiceAutoshipSettingsDefaultImplementation : Object, IHook<GetAssociateServiceAutoshipSettingsHookRequest, GetAssociateServiceAutoshipSettingsHookResponse>

    Constructors

    GetAssociateServiceAutoshipSettingsDefaultImplementation()

    Declaration
    public GetAssociateServiceAutoshipSettingsDefaultImplementation()

    Methods

    Invoke(GetAssociateServiceAutoshipSettingsHookRequest, Func<GetAssociateServiceAutoshipSettingsHookRequest, Task<GetAssociateServiceAutoshipSettingsHookResponse>>)

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

    Implements

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