DOFsetRank Method OpenDOF Object Access Library
Changes the DOF's desire to manage a secure multicast group.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void setRank(
	short rank
)

Parameters

rank
Type: SystemInt16
The DOF's rank.
Remarks

Changes the DOF's desire to manage a secure multicast group. The value is originally set by using the default configuration or the Builder.setRank(short) method. Use this method to change the original value. See the Builder method for more information.
See Also

Reference