Utils.groupIdNext

Return a constantly incrementing group id. This function is used to generate a new group-id for the stream-start event.

class Utils
static
uint
groupIdNext
()

Return Value

Type: uint

A constantly incrementing unsigned integer, which might overflow back to 0 at some point.

Meta