NBTimeoutPollingResult MembersIBM Integration Bus

The NBTimeoutPollingResult type exposes the following members.
Constructors

  NameDescription
Public methodNBTimeoutPollingResult(NBPollingInputConnector)
Initializes a new instance of the NBTimeoutPollingResult class with no further waiting required.
Public methodNBTimeoutPollingResult(NBPollingInputConnector, TimeSpan)
Initializes a new instance of the NBTimeoutPollingResult class that causes a pause before ReadData is called again.
Back to Top
Methods

  NameDescription
Public methodBuildInputRecord
Returns null for an NBTimeoutPollingResult as there is no record to build.
(Overrides NBPollingResult BuildInputRecord .)
Public methodBuildProperties
This is called by the broker to see if additional information found in the record is required.
(Inherited from NBPollingResult.)
Public methodConfirm
This is called by the broker if the processing of the result completes without error.
(Inherited from NBPollingResult.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLogResult
This is called by the broker after ReadData to allow the connector writer to do their own logging.
(Inherited from NBPollingResult.)
Public methodMarkAsFailed
This is called by the broker if the processing of the result fails with an error.
(Inherited from NBPollingResult.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected fieldproperties
The properties that will make up the LocalEnvironment
(Inherited from NBPollingResult.)
Back to Top
Properties

  NameDescription
Public propertyConnector
Returns the owning NBPollingInputConnector.
(Inherited from NBPollingResult.)
Public propertyNextCallInterval
Returns the wait interval before the ReadData method is called again.
Public propertyResultSource
This is called by the broker after a result is returned.
(Inherited from NBPollingResult.)
Back to Top
See Also