Sets the maximum number of desired responders.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setMaxResponderCount( int count )
Parameters
- count
- Type: SystemInt32
The total number of responses that are desired. Valid values are from 0 (no responses) to 65534, or 65535 (RESPONDERS_ALL) to leave responses unlimited (the default). This must not be negative.
Remarks
See Also