Exemplo n.º 1
0
 /// <summary>
 /// Request this operation be co-located on the device where <paramref name="op"/>
 /// is placed.
 /// </summary>
 /// <param name="op">The other operation</param>
 public void ColocateWith(Operation op)
 {
     TfInvoke.tfeColocateWith(_ptr, op);
 }