Click or drag to resize

DataReaderListenerOnBudgetExceeded Method

Allow reporting delays in excess of the policy duration setting.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnBudgetExceeded(
	DataReader reader,
	BudgetExceededStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.OpenDDS.DCPSBudgetExceededStatus
The current BudgetExceededStatus status.
See Also