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
- node
Type: System.Dataflow. . :: . .Node
The node.
- edges
Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Edge> ) > ) >
An enumeration of edges.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.85).