The FTPFileSystemWatcher type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FTPFileSystemWatcher |
Default consructor.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| Dispose()()()() | (Inherited from Component.) | |
| Dispose(Boolean) | (Inherited from Component.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Component.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| LinkComponent | ||
| MemberwiseClone()()()() | (Inherited from Object.) | |
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
| OnChanged | ||
| OnCreated |
Called when a file is created in the current remote directory.
| |
| OnDeleted | ||
| ToString | (Inherited from Component.) |
Properties
| Name | Description | |
|---|---|---|
| CanRaiseEvents | (Inherited from Component.) | |
| Connection |
Get or set the FTP connection object for which status information is
being displayed.
| |
| Container | (Inherited from Component.) | |
| DelayPeriodSecs |
Number of seconds to wait after a connection is established or the current directory
is changed before requesting a directory listing.
| |
| DesignMode | (Inherited from Component.) | |
| DirectoryPollingEnabled |
Determines whether or not the server directory should be fetched periodically.
| |
| EnableRaisingEvents |
Enables generation of events.
| |
| Events | (Inherited from Component.) | |
| PollingPeriodSecs |
Number of seconds between consecutive directory listings.
| |
| Site | (Inherited from Component.) |
Events
| Name | Description | |
|---|---|---|
| Changed |
Notifies that the size and/or last-modified time of a file in the current remote
directory has changed.
| |
| Created |
Notifies that a file has been created in the current remote directory.
| |
| Deleted |
Notifies that a file has been deleted in the current remote directory.
| |
| Disposed | (Inherited from Component.) |