JsonRpcExtensions.WithJsonRpcSettings<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
この列挙可能に関連付ける設定。
戻り値
装飾された列挙可能なインスタンス。