AzureTableDataManager<T>(String, String, ILoggerFactory) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建構函式
public AzureTableDataManager (string tableName, string storageConnectionString, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Reminders.AzureStorage.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> : string * string * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Reminders.AzureStorage.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))>
Public Sub New (tableName As String, storageConnectionString As String, loggerFactory As ILoggerFactory)
參數
- tableName
- String
要連接的資料表名稱。
- storageConnectionString
- String
用來裝載此資料表之 Azure 儲存體帳戶的連接字串。
- loggerFactory
- ILoggerFactory
要使用的記錄器處理站。