InvocationContextFilter ( IParameterProvider parameterProvider, List< InvocationContext > actionContexts, bool relaxed ) Initializes the filter for a given action. | |
List< InvocationContext > | Finds invocation contexts that are applicable to the given action and supplied parameter set. |
Meta.Conduit.ConduitDispatcher.InvocationContextFilter.InvocationContextFilter ( IParameterProvider parameterProvider, List< InvocationContext > actionContexts, bool relaxed ) |
---|
Initializes the filter for a given action. Parameters parameterProvider The parameter provider. actionContextsAll the invocation contexts for the action we want to invoke. This typically comes from the manifest. relaxedWhen true, will allow matching by type alone when name doesn't match. |
List<InvocationContext> Meta.Conduit.ConduitDispatcher.InvocationContextFilter.ResolveInvocationContexts ( string actionId, float confidence, bool partial ) |
---|
Finds invocation contexts that are applicable to the given action and supplied parameter set. Parameters actionId The action ID. confidenceThe confidence level between 0 and 1. partialWhether this is a partial invocation. Returns |