ApiServices 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別 ApiServices 提供可在 和 IScheduledJob 實例內 ApiController 使用的常用內容資訊。 例如 ApiController ,相依性插入引擎會使用屬性插入或建構函式插入來插入。 例如 IScheduledJob ,它會在執行作業之前插入。
public class ApiServices : IDisposable
type ApiServices = class
interface IDisposable
Public Class ApiServices
Implements IDisposable
- 繼承
-
ApiServices
- 實作
建構函式
ApiServices(HttpConfiguration) |
指定 , |
屬性
Config |
取得或設定 System.Web.Http.HttpConfiguration 這個 ApiServices 實例的 。 |
Log |
取得或設定 System.Web.Http.Tracing.ITraceWriter 將資訊記錄到記錄系統的 實例。 記錄訊息可以加上批註 System.Web.Http.Tracing.TraceLevel ,指出嚴重性,以及指出來源 (即「來源」) 的「類別」。 在初始化服務時,可以使用 篩選應該記錄 ConfigOptions 的層級和類別。 |
Properties |
取得這個 ApiServices 的一組屬性。 |
Push |
取得或設定 , PushClient 可用來將推播通知傳送至已使用 Azure 通知中樞註冊推播通知的用戶端應用程式。 |
Settings |
取得或設定 ServiceSettingsDictionary 這個服務的 。 提供 ServiceSettingsDictionary 哪些連接字串和應用程式設定會套用至服務的資訊。 |
方法
Dispose() |
類別 ApiServices 提供可在 和 IScheduledJob 實例內 ApiController 使用的常用內容資訊。 例如 ApiController ,相依性插入引擎會使用屬性插入或建構函式插入來插入。 例如 IScheduledJob ,它會在執行作業之前插入。 |
Dispose(Boolean) |
釋放 ApiServices 類別所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。 |