NBTimeoutPollingResult MethodsIBM Integration Bus
The NBTimeoutPollingResult type exposes the following members.
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
See Also