Set whether or not unicast requests (requests made on an object with a specific object ID,
not ) can be broadcast when there is no known route to a provider.
DOFObjectID.BROADCAST
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setFloodAllowed( bool isAllowBroadcast )
Parameters
- isAllowBroadcast
- Type: SystemBoolean
Whether or not unicast requests can be broadcast when there is no known route to a provider. The default is true.
Remarks
DOFObjectID.BROADCAST
See Also