Interface IHookIdProvider
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public interface IHookIdProvider
Methods
GetHookId(Type)
Declaration
HookData GetHookId(Type hookType)
Parameters
| Type |
Name |
Description |
| System.Type |
hookType |
|
Returns
GetHookId(Type, Type)
Declaration
HookData GetHookId(Type requestType, Type responseType)
Parameters
| Type |
Name |
Description |
| System.Type |
requestType |
|
| System.Type |
responseType |
|
Returns
GetHookId<TRequest, TResponse>()
Declaration
HookData GetHookId<TRequest, TResponse>()
Returns
Type Parameters
| Name |
Description |
| TRequest |
|
| TResponse |
|
IsValidId(String)
Declaration
bool IsValidId(string hookId)
Parameters
| Type |
Name |
Description |
| System.String |
hookId |
|
Returns
| Type |
Description |
| System.Boolean |
|