Пример #1
0
 /// <summary>
 /// Get the value of the correlation ID for this log.
 /// </summary>
 /// <param name="logMetaDataBuffer"> containing the meta data. </param>
 /// <returns> the value of the correlation ID used for this log. </returns>
 public static long CorrelationId(UnsafeBuffer logMetaDataBuffer)
 {
     return logMetaDataBuffer.GetLong(LOG_CORRELATION_ID_OFFSET);
 }