DynamicPathSegment.HandleWith(PathSegmentHandler) Method
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.
Handle a PathSegmentHandler.
public override void HandleWith (Microsoft.OData.UriParser.PathSegmentHandler handler);
override this.HandleWith : Microsoft.OData.UriParser.PathSegmentHandler -> unit
Public Overrides Sub HandleWith (handler As PathSegmentHandler)
Parameters
- handler
- PathSegmentHandler
An implementation of the handler interface.
Exceptions
Throws if the input handler is null.