[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides information on the `AsyncStreamAdapter\u003cT\u003e` class, a tool used to adapt an `IAsyncEnumerator\u003cT\u003e` for use as a gRPC `IAsyncStreamReader\u003cT\u003e`."],["The `AsyncStreamAdapter\u003cT\u003e` class is part of the Google.Api.Gax.Grpc.Testing namespace within the Google.Api.Gax.Grpc.Testing.dll assembly."],["The primary function of `AsyncStreamAdapter\u003cT\u003e` is to wrap an `IAsyncEnumerator\u003cT\u003e`, offering methods like `MoveNext(CancellationToken)` and a `Current` property to manage asynchronous data streaming."],["The latest version of this package is 4.10.0, and there are several previous versions available for use, along with the version 4.3.1 mentioned in the content."],["It is important to note that due to interface differences between `IAsyncEnumerator` and `IAsyncStreamReader`, cancellation support is limited when using this adapter."]]],[]]