Свойство | Тип | Описание | |
---|---|---|---|
Open | void |
Метод | Описание | |
---|---|---|
FileMutex ( string name ) : System | ||
FileMutex ( string fileName, string context ) : System | ||
Release ( ) : void | ||
Wait ( int millisecondsTimeout ) : bool |
Метод | Описание | |
---|---|---|
Open ( ) : void |
public FileMutex ( string fileName, string context ) : System | ||
fileName | string | |
context | string | |
Результат | System |
public Wait ( int millisecondsTimeout ) : bool | ||
millisecondsTimeout | int | |
Результат | bool |