共用方式為


JsonRpcExtensions.WithJsonRpcSettings<T> 方法

定義

使用 IAsyncEnumerable<T> 自訂 StreamJsonRpc 如何將專案傳送給遠端合作物件的 設定來裝飾 。

public static System.Collections.Generic.IAsyncEnumerable<T> WithJsonRpcSettings<T> (this System.Collections.Generic.IAsyncEnumerable<T> enumerable, StreamJsonRpc.JsonRpcEnumerableSettings? settings);
static member WithJsonRpcSettings : System.Collections.Generic.IAsyncEnumerable<'T> * StreamJsonRpc.JsonRpcEnumerableSettings -> System.Collections.Generic.IAsyncEnumerable<'T>
<Extension()>
Public Function WithJsonRpcSettings(Of T) (enumerable As IAsyncEnumerable(Of T), settings As JsonRpcEnumerableSettings) As IAsyncEnumerable(Of T)

類型參數

T

序列列舉的專案類型。

參數

enumerable
IAsyncEnumerable<T>

要裝飾的可列舉。

settings
JsonRpcEnumerableSettings

要與此可列舉關聯的設定。

傳回

裝飾的可列舉實例。

適用於