Home
last modified time | relevance | path

Searched refs:WaitForChanged (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/tests/
H A DFileSystemWatcher.WaitForChanged.cs89 AssertTimedOut(fsw.WaitForChanged(WatcherChangeTypes.All, 0)); in ZeroTimeout_TimesOut()
104 AssertTimedOut(fsw.WaitForChanged(0, 1)); in NonZeroTimeout_NoEvents_TimesOut()
122 AssertTimedOut(fsw.WaitForChanged(changeType, 1)); in NonZeroTimeout_NoActivity_TimesOut()
139 … Task<WaitForChangedResult> t = Task.Run(() => fsw.WaitForChanged(changeType, LongWaitTimeout)); in CreatedDeleted_Success()
180 …Task<WaitForChangedResult> t = Task.Run(() => fsw.WaitForChanged(WatcherChangeTypes.Changed, LongW… in Changed_Success()
214 …fsw.WaitForChanged(WatcherChangeTypes.Renamed | WatcherChangeTypes.Created, LongWaitTimeout)); // … in Renamed_Success()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO/
H A DFileSystemWatcher_mobile.cs60 …public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType) { throw new NotImplemen… in WaitForChanged() method in System.IO.FileSystemWatcher
61 …public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType, int timeout) { throw ne… in WaitForChanged() method in System.IO.FileSystemWatcher
H A DFileSystemWatcher.cs428 public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType) in WaitForChanged() method in System.IO.FileSystemWatcher
430 return WaitForChanged (changeType, Timeout.Infinite); in WaitForChanged()
433 public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType, int timeout) in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/ref/
H A DSystem.IO.FileSystem.Watcher.cs50 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
51 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DFileSystemWatcher.cs532 public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType) =>
533 WaitForChanged(changeType, Timeout.Infinite);
535 public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, int timeout) in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/io/system/io/
H A DFileSystemWatcher.cs1059 public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType) { in WaitForChanged() method in System.IO.FileSystemWatcher
1060 return WaitForChanged(changeType, -1); in WaitForChanged()
1070 public WaitForChangedResult WaitForChanged(WatcherChangeTypes changeType, int timeout) { in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_data/setup/
H A Dwindows-httptester.ps1170 $fsw.WaitForChanged([System.IO.WatcherChangeTypes]::Deleted, 3600000) > $null
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_data/setup/
H A Dwindows-httptester.ps1171 $fsw.WaitForChanged([System.IO.WatcherChangeTypes]::Deleted, 3600000) > $null
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_data/setup/
H A Dwindows-httptester.ps1170 $fsw.WaitForChanged([System.IO.WatcherChangeTypes]::Deleted, 3600000) > $null
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs5178 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
5179 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs5213 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
5214 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs5176 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
5177 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs5209 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
5210 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs7687 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7688 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs7396 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7397 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs7618 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7619 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs7647 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7648 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs7646 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7647 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs7618 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7619 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs7618 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7619 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs7628 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7629 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs7897 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7898 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs7647 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7648 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs7872 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { th… in WaitForChanged() method in System.IO.FileSystemWatcher
7873 …public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int … in WaitForChanged() method in System.IO.FileSystemWatcher