Class GetShippingDefaultImplementation
Inheritance
System.Object
GetShippingDefaultImplementation
Implements
Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class GetShippingDefaultImplementation : Object, IHook<GetShippingHookRequest, GetShippingHookResponse>
Constructors
GetShippingDefaultImplementation()
Declaration
public GetShippingDefaultImplementation()
Methods
Invoke(GetShippingHookRequest, Func<GetShippingHookRequest, Task<GetShippingHookResponse>>)
Declaration
public Task<GetShippingHookResponse> Invoke(GetShippingHookRequest request, Func<GetShippingHookRequest, Task<GetShippingHookResponse>> func)
Parameters
| Type | Name | Description |
|---|---|---|
| GetShippingHookRequest | request | |
| System.Func<GetShippingHookRequest, System.Threading.Tasks.Task<GetShippingHookResponse>> | func |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetShippingHookResponse> |