Exemplo n.º 1
0
 private void ExecuteKillCursorsProtocol(IChannelHandle channel, CancellationToken cancellationToken)
 {
     channel.KillCursors(
         new[] { _cursorId },
         _messageEncoderSettings,
         cancellationToken);
 }