MemoryStorage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MemoryStorage() |
預設建構函式。 |
MemoryStorage(Int32) |
建構函式 - 使用特定數量的存放區粒紋。 |
MemoryStorage()
預設建構函式。
public MemoryStorage ();
Public Sub New ()
適用於
MemoryStorage(Int32)
建構函式 - 使用特定數量的存放區粒紋。
protected MemoryStorage (int numStoreGrains);
new Orleans.Storage.MemoryStorage : int -> Orleans.Storage.MemoryStorage
Protected Sub New (numStoreGrains As Integer)
參數
- numStoreGrains
- Int32
要使用的存放區粒紋數目。