MemoryStorage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MemoryStorage() |
Default constructor. |
MemoryStorage(Int32) |
Constructor - use the specificed number of store grains. |
MemoryStorage()
Default constructor.
public MemoryStorage ();
Public Sub New ()
Applies to
MemoryStorage(Int32)
Constructor - use the specificed number of store grains.
protected MemoryStorage (int numStoreGrains);
new Orleans.Storage.MemoryStorage : int -> Orleans.Storage.MemoryStorage
Protected Sub New (numStoreGrains As Integer)
Parameters
- numStoreGrains
- Int32
Number of store grains to use.