CodeGenHelpers.CreateAsyncEnumerableProxy<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
StreamJsonRpc.ProxyGeneration.AsyncEnumerableProxy`1
public static System.Collections.Generic.IAsyncEnumerable<T> CreateAsyncEnumerableProxy<T> (System.Threading.Tasks.Task<System.Collections.Generic.IAsyncEnumerable<T>> enumerableTask, System.Threading.CancellationToken defaultCancellationToken);
static member CreateAsyncEnumerableProxy : System.Threading.Tasks.Task<System.Collections.Generic.IAsyncEnumerable<'T>> * System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerable<'T>
Public Shared Function CreateAsyncEnumerableProxy(Of T) (enumerableTask As Task(Of IAsyncEnumerable(Of T)), defaultCancellationToken As CancellationToken) As IAsyncEnumerable(Of T)
Paramètres de type
- T
Paramètres
- enumerableTask
- Task<IAsyncEnumerable<T>>
- defaultCancellationToken
- CancellationToken