Method GetPayloadInt64
GetPayloadInt64()
Returns the message payload as a single 64-bit signed integer.
public long GetPayloadInt64()
Returns
GetPayloadInt64(int)
Returns the element at the specified index of the 64-bit signed integer array payload.
public long GetPayloadInt64(int index)
Parameters
index
intThe zero-based index of the array element to get.