Ejemplo n.º 1
0
 /// <summary>
 /// return client id field
 /// </summary>
 /// <returns> client id field </returns>
 public long ClientId()
 {
     return(buffer.GetLong(offset + CLIENT_ID_FIELD_OFFSET));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Return correlation ID of the offending command.
 /// </summary>
 /// <returns> correlation ID of the offending command </returns>
 public long OffendingCommandCorrelationId()
 {
     return(_buffer.GetLong(_offset + OFFENDING_COMMAND_CORRELATION_ID_OFFSET));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// return correlation id field
 /// </summary>
 /// <returns> correlation id field </returns>
 public long CorrelationId()
 {
     return(_buffer.GetLong(_offset + CORRELATION_ID_OFFSET));
 }
 /// <summary>
 /// return correlation id field
 /// </summary>
 /// <returns> correlation id field </returns>
 public virtual long CorrelationId()
 {
     return(buffer.GetLong(offset + CORRELATION_ID_FIELD_OFFSET));
 }