InMemoryChannel.Send(ITelemetry) 方法

定义

通过通道发送 ITelemetry 的实例。

public:
 virtual void Send(Microsoft::VisualStudio::ApplicationInsights::Channel::ITelemetry ^ item);
public void Send (Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetry item);
abstract member Send : Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetry -> unit
override this.Send : Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetry -> unit
Public Sub Send (item As ITelemetry)

参数

item
ITelemetry

实现

适用于