C# Класс ATMLUtilitiesLibrary.UTRSFileWatcher

Показать файл Открыть проект

Открытые методы

Метод Описание
PauseWatcher ( UTRSFileWatchable sender ) : bool
ReleaseWatcher ( UTRSFileWatchable sender ) : bool
RestartWatcher ( UTRSFileWatchable sender ) : bool
WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void

Приватные методы

Метод Описание
ChangeWatcherState ( UTRSFileWatchable sender, bool state ) : bool
UTRSFileWatcher ( ) : System

Описание методов

PauseWatcher() публичный Метод

public PauseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Результат bool

ReleaseWatcher() публичный Метод

public ReleaseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Результат bool

RestartWatcher() публичный Метод

public RestartWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
Результат bool

WatchFile() публичный Метод

public WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void
sender UTRSFileWatchable
documentPath string
documentName string
Результат void