out of date documentation
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 416
- PR merge metrics
- No merged PRs in 30d
Description
In the documentation it states the following:
To obtain this stream you can use:
CancellationTokenSource cancellation = new CancellationTokenSource();
Stream stream = await client.Miscellaneous.MonitorEventsAsync(new ContainerEventsParameters(), cancellation.Token);
// Initialize a StreamReader...
However, the source code does not have this (Miscellaneous) class anymore. In case of getting the Container logs, MonitorStreamAsync is located in the StreamUtils class now used by GetContainerLogsAsync as part of the Container Operations set of methods. On the other hand, for using the MonitorEventsAsync, thats located now in the System class. The documentation should be updated stating that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.