GraphTraversal.Barrier Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
Barrier() | |
![]() |
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
- maxBarrierSize
Type: System.Int32
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)