DOFOperationControlsetMaxResponderCount Method OpenDOF Object Access Library
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

Sets the maximum number of desired responders. The library will limit the number of responses to this count; even if more responses arrive, they will be ignored and thus not passed to the application.

This logic does not have any effect on the actual number of responses sent or on the number of potential responders that take action based on the request.

See Also

Reference