Beispiel #1
0
 public void Unchannelise()
 {
     _chanWriter = null;
     _context    = 0;
 }
Beispiel #2
0
 public void Channelise(Int64 channelWriter, Int64 context)
 {
     _chanWriter = (WriteChannel)Marshal.GetDelegateForFunctionPointer(new IntPtr(channelWriter), typeof(WriteChannel));
     _context    = context;
 }