Share via


OperationImportSegment.HandleWith(PathSegmentHandler) Method

Definition

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 handle interface.

Exceptions

Throws if the input handler is null.

Applies to