NBElement   Conversion (NBElement to Int64)IBM Integration Bus
The cast operator method retrieves the value of the NBElement and explicitly casts it to an Int64 value.

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

public static explicit operator long (
	NBElement value
)

Return Value

Type: OnlineInt64
The current element's value cast to the specified type.
Exceptions

See Also