NBElement GetNullableInt64 Method IBM Integration Bus
The GetNullableInt64 method returns a Nullable<Int64> value containing the value of the NBElement.

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

public Nullable<long> GetNullableInt64()

Return Value

Type: OnlineNullable OnlineInt64 
The current element's value.
Exceptions

ExceptionCondition
IBM.Broker.Plugin NBRecoverableExceptionThrown if the value of the element is not of type Nullable<Int64>.
See Also