NBByteArrayPollingResult Offset Property IBM Integration Bus
Returns the offset passed in on the constructor, or if the two argument constructor was used, the Length of the byte array.

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

public long Offset { get; }

Property Value

Type: OnlineInt64
The provided offset or the Length of the byte array.
See Also