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