C# Class CmisSync.Lib.WatcherEvent

An event detected by the watcher.
Exibir arquivo Open project: aegif/CmisSync Class Usage Examples

Public Methods

Method Description
GetFileSystemEventArgs ( ) : FileSystemEventArgs
GetGrace ( ) : Grace
WatcherEvent ( FileSystemEventArgs args ) : System

Constructor.

Method Details

GetFileSystemEventArgs() public method

public GetFileSystemEventArgs ( ) : FileSystemEventArgs
return System.IO.FileSystemEventArgs

GetGrace() public method

public GetGrace ( ) : Grace
return Grace

WatcherEvent() public method

Constructor.
public WatcherEvent ( FileSystemEventArgs args ) : System
args System.IO.FileSystemEventArgs
return System