次の方法で共有


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

この列挙可能に関連付ける設定。

戻り値

装飾された列挙可能なインスタンス。

適用対象