Get long from decoder

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static long getLong(
	ASDecoderBase decoder,
	int position
)
Visual Basic
Public Shared Function getLong ( _
	decoder As ASDecoderBase, _
	position As Integer _
) As Long
Visual C++
public:
static long long getLong(
	ASDecoderBase^ decoder, 
	int position
)

Parameters

decoder
Type: Com.Tibco.As.Space.Impl.Serializer..::..ASDecoderBase
The decoder.
position
Type: System..::..Int32
The position

Return Value

The long

See Also