FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..getAllOutGoingConnectionsProcessingCompleted Method

Gets all out going connections processing completed.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public List<clsConnection> getAllOutGoingConnectionsProcessingCompleted(
	bool bUseLinkPriority
)
Public Function getAllOutGoingConnectionsProcessingCompleted ( _
	bUseLinkPriority As Boolean _
) As List(Of clsConnection)
public:
List<clsConnection^>^ getAllOutGoingConnectionsProcessingCompleted(
	bool^ bUseLinkPriority
)

Parameters

bUseLinkPriority
Type: Boolean
if set to true [b use link priority].

Return Value

List<clsConnection>.