你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Transmission.Split(Func<Int32,Int32>) 方法

定义

使用 方法根据传输的长度确定第一个部分的长度,将传输对象拆分为两部分。

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 对象,第二个项是包含剩余 ITelemetry 对象的 Transmission 对象。

适用于