GraphTraversal.Barrier Method

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Overload List

Name Description
System_CAPS_pubmethod Barrier()

System_CAPS_pubmethod Barrier(Int32)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Barrier Method ()

Syntax

public GraphTraversal Barrier()
public:
GraphTraversal^ Barrier()
Public Function Barrier As GraphTraversal

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Barrier Method (Int32)

Syntax

public GraphTraversal Barrier(
    int maxBarrierSize
)
public:
GraphTraversal^ Barrier(
    int maxBarrierSize
)
Public Function Barrier (
    maxBarrierSize As Integer
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top