NBTimeoutPollingResult Constructor (NBPollingInputConnector)IBM Integration Bus
Initializes a new instance of the NBTimeoutPollingResult class with no further waiting required.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBTimeoutPollingResult(
	NBPollingInputConnector connector
)
Remarks

This constructor makes an NBTimeoutPollingResult that will cause the ReadData to be called again immediately.
See Also