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