Constructor MemoryMappedFileAccessor
MemoryMappedFileAccessor(string, int)
コンストラクタ(オープン時)
Declaration
public MemoryMappedFileAccessor(string name, int timeOut)
Parameters
Type | Name | Description |
---|---|---|
string | name | メモリマップ名 |
int | timeOut | タイムアウト(ms) |
MemoryMappedFileAccessor(string, int, int)
コンストラクタ(作成時)
Declaration
public MemoryMappedFileAccessor(string name, int capacity, int timeOut)
Parameters
Type | Name | Description |
---|---|---|
string | name | メモリマップ名 |
int | capacity | メモリマップサイズ |
int | timeOut | タイムアウト(ms) |