Click or drag to resize

API changes - 3.10

RAYLASE.SPICE3.dll
  public class RAYLASE.SPICE3.ListExecutionException

+ public int CurrentListId { get; set; }
+ public int QueuedListId { get; set; }
+ public ListExecutionException( int queuedListId, int currentListId, string message )
+ public ListExecutionException( int queuedListId, int currentListId, string message, Exception innerException )
- public ListExecutionException( string message, Exception innerException )

RAYLASE.SPICE3.Utils.dll
public class RAYLASE.SPICE3.Utils.PerformanceTrace

  public class RingBuffer<T>

+ public bool TryRead( out ref T value, int timeoutMs = -1 )
+ public bool TryWrite( T value )
- public void Write( T val )
+ public void Write( T value )