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