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