Home
last modified time | relevance | path

Searched refs:CancelAsync (Results 1 – 25 of 107) sorted by relevance

12345

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DDownload.cs90 public void CancelAsync() in CancelAsync() method in OpenRA.Download
94 wc.CancelAsync(); in CancelAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/tests/
H A DBackgroundWorkerTests.cs107 bw.CancelAsync(); in TestCancelAsync()
268 bw.CancelAsync(); in TestCancelInsideDoWork()
282 Assert.Throws<InvalidOperationException>(() => bw.CancelAsync()); in TestCancelAsyncWithoutCancellationSupport()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DBackgroundWorkerTest.cs71 b.CancelAsync (); in CancelAsyncNoCancellationSupported()
80 b.CancelAsync (); in CancelAsyncNonBusy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DChannelListenerBase_1.cs73 if (!CancelAsync (timeout)) in OnClose()
80 public virtual bool CancelAsync (TimeSpan timeout) in CancelAsync() method in System.ServiceModel.Channels.InternalChannelListenerBase
H A DReplyChannelBase.cs91 if (!CancelAsync (timeout)) in OnClose()
96 public virtual bool CancelAsync (TimeSpan timeout) in CancelAsync() method in System.ServiceModel.Channels.ReplyChannelBase
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/SignService/
H A DReference.cs226 public new void CancelAsync(object userState) { in CancelAsync() method in BuildUtil.SignService.Sign
227 base.CancelAsync(userState); in CancelAsync()
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/SignService/
H A DReference.cs226 public new void CancelAsync(object userState) { in CancelAsync() method in BuildUtil.SignService.Sign
227 base.CancelAsync(userState); in CancelAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPictureBox.cs439 public void CancelAsync () in CancelAsync() method in System.Windows.Forms.PictureBox
442 image_download.CancelAsync (); in CancelAsync()
484 ImageDownload.CancelAsync (); in LoadAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/
H A DHttpReplyChannel.cs90 public override bool CancelAsync (TimeSpan timeout) in CancelAsync() method in System.ServiceModel.Channels.Http.HttpReplyChannel
97 return base.CancelAsync (timeout); in CancelAsync()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Installation/
H A DDownloadPackageLogic.cs227 cancelButton.OnClick = dl.CancelAsync; in ShowDownloadDialog()
266 cancelButton.OnClick = updateMirrors.CancelAsync; in ShowDownloadDialog()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/starksoftproxy/
H A DSocks4ProxyClient.cs501 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks4ProxyClient
506 _asyncWorker.CancelAsync(); in CancelAsync()
H A DHttpProxyClient.cs384 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.HttpProxyClient
389 _asyncWorker.CancelAsync(); in CancelAsync()
H A DSocks5ProxyClient.cs668 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks5ProxyClient
673 _asyncWorker.CancelAsync(); in CancelAsync()
/dports/irc/smuxi/smuxi-1.1/lib/StarkSoftProxy/
H A DHttpProxyClient.cs384 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.HttpProxyClient
389 _asyncWorker.CancelAsync(); in CancelAsync()
H A DSocks4ProxyClient.cs501 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks4ProxyClient
506 _asyncWorker.CancelAsync(); in CancelAsync()
/dports/irc/smartirc4net/smartirc4net-1.1/src/starksoftproxy/
H A DSocks4ProxyClient.cs501 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks4ProxyClient
506 _asyncWorker.CancelAsync(); in CancelAsync()
H A DHttpProxyClient.cs384 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.HttpProxyClient
389 _asyncWorker.CancelAsync(); in CancelAsync()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/starksoftproxy/
H A DSocks4ProxyClient.cs501 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks4ProxyClient
506 _asyncWorker.CancelAsync(); in CancelAsync()
H A DHttpProxyClient.cs384 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.HttpProxyClient
389 _asyncWorker.CancelAsync(); in CancelAsync()
H A DSocks5ProxyClient.cs668 public void CancelAsync() in CancelAsync() method in Starksoft.Net.Proxy.Socks5ProxyClient
673 _asyncWorker.CancelAsync(); in CancelAsync()
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/HvSignService/
H A DReference.cs269 public new void CancelAsync(object userState) { in CancelAsync() method in BuildUtil.HvSignService.Sign
270 base.CancelAsync(userState); in CancelAsync()
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/HvSignService/
H A DReference.cs269 public new void CancelAsync(object userState) { in CancelAsync() method in BuildUtil.HvSignService.Sign
270 base.CancelAsync(userState); in CancelAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/ref/
H A DSystem.ComponentModel.EventBasedAsync.cs48 public void CancelAsync() { } in CancelAsync() method in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/src/System/ComponentModel/
H A DBackgroundWorker.cs44 public void CancelAsync() in CancelAsync() method in System.ComponentModel.BackgroundWorker
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmDownloadProgress.cs82 client.CancelAsync(); in tmrStart_Tick()

12345