BatchSegment.Handle Method

Handle a BatchSegment using an implementation of PathSegmentHandler.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Overrides Sub Handle ( _
    handler As PathSegmentHandler _
)
'Usage
Dim instance As BatchSegment 
Dim handler As PathSegmentHandler

instance.Handle(handler)
public override void Handle(
    PathSegmentHandler handler
)
public:
virtual void Handle(
    PathSegmentHandler^ handler
) override
abstract Handle : 
        handler:PathSegmentHandler -> unit  
override Handle : 
        handler:PathSegmentHandler -> unit
public override function Handle(
    handler : PathSegmentHandler
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

Throws if the input handler is null.

See Also

Reference

BatchSegment Class

Microsoft.Data.OData.Query.SemanticAst Namespace