Exemplo n.º 1
0
 public WavePipeThreadCommand(WavePipeThreadCommandType type, object data = null)
 {
     Type = type;
     Data = data;
 }
Exemplo n.º 2
0
 private void Enqueue(WavePipeThreadCommandType type)
 {
     _threadInfo?.CommandQueue.Enqueue(new WavePipeThreadCommand(type));
 }