WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetNullableInt64 Method
NamespacesIBM.Broker.PluginNBElementGetNullableInt64()()()()
SUMMARY
The GetNullableInt64 method returns a Nullable<Int64> value containing the value of the NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public Nullable<long> GetNullableInt64()
Public Function GetNullableInt64 As Nullable(Of Long)
public:
Nullable<long long> GetNullableInt64()
member GetNullableInt64 : unit -> Nullable<int64> 
Return Value
The current element's value.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value of the element is not of type Nullable<Int64>.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0