Sets whether a DOF will route operations other than those it directly requests or provides.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConfigBuilder setRouter( bool isRouter )
Parameters
- isRouter
- Type: SystemBoolean
True sets the node to be a centralized router. False sets the node to be a network endpoint.
Return Value
Type: DOFConfigBuilderThe Builder, with routing set to the new value.
Remarks
See Also