Compartir a través de


AddContribution Method (Node, IEnumerable(Edge))

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Adds each edge in the enumeraiton to the node's outgoing edges.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubAddContribution ( _
    nodeAsNode, _
    edgesAsIEnumerable(OfEdge) _
)
'Usage
DiminstanceAsGraphStoreDimnodeAsNodeDimedgesAsIEnumerable(OfEdge)

instance.AddContribution(node, edges)
publicvoidAddContribution(
    Nodenode,
    IEnumerable<Edge> edges
)
public:
voidAddContribution(
    Nodenode, 
    IEnumerable<Edge>^ edges
)
publicfunctionAddContribution(
    node : Node, 
    edges : IEnumerable<Edge>
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

AddContribution Overload

System.Dataflow Namespace