Register(MethodInfo, CachedMethodConfiguration?, bool)
Declaration
public static CachedMethodMetadata Register(MethodInfo method, CachedMethodConfiguration? buildTimeConfiguration = null, bool throwIfAlreadyRegistered = true)Parameters
| Type | Name | Description |
|---|---|---|
| MethodInfo | method | |
| CachedMethodConfiguration | buildTimeConfiguration | |
| bool | throwIfAlreadyRegistered |
Returns
| Type | Description |
|---|---|
| CachedMethodMetadata |