NBByteArrayPollingResult ClassIBM Integration Bus
NBByteArrayPollingResult provides a default class to handle byte array based polling results.
Inheritance Hierarchy

OnlineSystem Object
  IBM.Broker.Plugin.Connector NBPollingResult
    IBM.Broker.Plugin.Connector NBByteArrayPollingResult

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

public class NBByteArrayPollingResult : NBPollingResult
Remarks

This class provides default handling of byte array results. You need only override methods where the default behaviour needs changing.
See Also