[[["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 webpage details the `AsyncStreamAdapter\u003cT\u003e` class, a simple adapter within the `Google.Api.Gax.Grpc.Testing` namespace that allows an `IAsyncEnumerator\u003cT\u003e` to be used as a gRPC `IAsyncStreamReader\u003cT\u003e`."],["The `AsyncStreamAdapter\u003cT\u003e` class has a constructor that accepts an `IAsyncEnumerator\u003cT\u003e` to wrap it as an async stream reader and the element type, T."],["The class exposes a `Current` property of type `T`, for retrieving the current element in the stream, and a `MoveNext` method, which advances the stream, returning a task of boolean to check if it has been moved to a next item."],["The page provides information for different versions of the class, ranging from version 3.2.0 to the latest version 4.10.0, but there are other version between."],["The class has a limitation where cancellation is not fully supported, due to the differences between the two interfaces."]]],[]]