NullBotTelemetryClient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 的 Null Bot telemtry 用戶端 IBotTelemetryClient 。
public class NullBotTelemetryClient : Microsoft.Bot.Builder.IBotPageViewTelemetryClient, Microsoft.Bot.Builder.IBotTelemetryClient
type NullBotTelemetryClient = class
interface IBotTelemetryClient
interface IBotPageViewTelemetryClient
Public Class NullBotTelemetryClient
Implements IBotPageViewTelemetryClient, IBotTelemetryClient
- 繼承
-
NullBotTelemetryClient
- 實作
建構函式
NullBotTelemetryClient() |
實作 的 Null Bot telemtry 用戶端 IBotTelemetryClient 。 |
屬性
Instance |
取得 NullBotTelemetryClient 的新實例。 |
方法
Flush() |
排清記憶體內部緩衝區和正在預先匯總的任何計量。 |
TrackAvailability(String, DateTimeOffset, TimeSpan, String, Boolean, String, IDictionary<String,String>, IDictionary<String,Double>) |
傳送應用程式可用性的相關資訊。 |
TrackDependency(String, String, String, String, DateTimeOffset, TimeSpan, String, Boolean) |
在應用程式中傳送外部相依性的相關資訊 (撥出電話) 。 |
TrackEvent(String, IDictionary<String,String>, IDictionary<String,Double>) |
記錄具有可延伸具名欄位的自訂事件。 |
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>) |
記錄系統例外狀況。 |
TrackPageView(String, IDictionary<String,String>, IDictionary<String,Double>) |
記錄 Application Insights 頁面檢視。 |
TrackTrace(String, Severity, IDictionary<String,String>) |
傳送追蹤訊息。 |
擴充方法
TrackDialogView(IBotTelemetryClient, String, IDictionary<String,String>, IDictionary<String,Double>) |
如果已實作 IBotPageViewTelemetryClient,請使用 IBotTelemetryClient 上的 TrackPageView 方法來記錄 DialogView。 或者,透過 TrackTrace 將資訊登出。 |