共用方式為


MemoryStorage 建構函式

定義

多載

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

要使用的存放區粒紋數目。

適用於