Share via


EntitySetSegment.HandleWith(PathSegmentHandler) Method

Definition

Handle an EntitySetSegment using the an instance of the 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.

Applies to