Commits


Steven Burns authored and Eric Erhardt committed 6bc94da8643
MINOR: [C#] Fixing example to use WriteEndAsync instead of WriteFooterAsync WriteFooterAsync is private, so the example doesn't compile. This method was probably public in an earlier version of the library. WriteEndAsync seems to be the proper replacement. Closes #10399 from royalstream/patch-1 Authored-by: Steven Burns <royalstream@hotmail.com> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>