次の方法で共有


Transmission.Split(Func<Int32,Int32>) メソッド

定義

転送の長さに基づいて最初の部分の長さを決定するメソッドを使用して、Transmission オブジェクトを 2 つの部分に分割します。

public virtual Tuple<Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights.Channel.Transmission> Split (Func<int,int> calculateLength);
abstract member Split : Func<int, int> -> Microsoft.ApplicationInsights.Channel.Transmission * Microsoft.ApplicationInsights.Channel.Transmission
override this.Split : Func<int, int> -> Microsoft.ApplicationInsights.Channel.Transmission * Microsoft.ApplicationInsights.Channel.Transmission
Public Overridable Function Split (calculateLength As Func(Of Integer, Integer)) As Tuple(Of Transmission, Transmission)

パラメーター

calculateLength
Func<Int32,Int32>

戻り値

最初の項目が n 個の ITelemetry オブジェクトを持つ Transmission オブジェクトであり、2 番目の項目が残りの ITelemetry オブジェクトを持つ Transmission オブジェクトであるタプル。

適用対象