Set whether or not receiving nodes should cause responses to be randomly distributed across the operation's lifetime.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setDelay( bool isDelay )
Parameters
- isDelay
- Type: SystemBoolean
Whether or not receiving nodes should cause responses to be randomly distributed across the operation's lifetime. Default = false.
Remarks
See Also