MapWhenOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for the MapWhenMiddleware.
public ref class MapWhenOptions
public class MapWhenOptions
type MapWhenOptions = class
Public Class MapWhenOptions
- Inheritance
-
MapWhenOptions
Constructors
| MapWhenOptions() |
Properties
| Branch |
The branch taken for a positive match. |
| Predicate |
The user callback that determines if the branch should be taken. |