Share via


BatchReferenceSegment.HandleWith(PathSegmentHandler) Method

Definition

Handle a BatchReferenceSegment using an implementation of the PathSegmentHandler interface.

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