NBByteArrayPollingResult provides a default class to handle byte array based polling results.
System Object IBM.Broker.Plugin.Connector NBPollingResult IBM.Broker.Plugin.Connector NBByteArrayPollingResultNamespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public class NBByteArrayPollingResult : NBPollingResult
public class NBByteArrayPollingResult : NBPollingResult
Public Class NBByteArrayPollingResult
Inherits NBPollingResult
Public Class NBByteArrayPollingResult
Inherits NBPollingResult
public ref class NBByteArrayPollingResult : public NBPollingResult
public ref class NBByteArrayPollingResult : public NBPollingResult
type NBByteArrayPollingResult =
class
inherit NBPollingResult
end
type NBByteArrayPollingResult =
class
inherit NBPollingResult
end
This class provides default handling of byte array results. You need only override methods where the default behaviour needs changing.