Home
last modified time | relevance | path

Searched refs:BeginInvoke (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.Windows.Threading/
H A DDispatcherTest.cs89 d.BeginInvoke (DispatcherPriority.Normal, (Action) delegate { in TestDispatcherOrder()
96 d.BeginInvoke (DispatcherPriority.Normal, (Action) delegate { in TestDispatcherOrder()
103 d.BeginInvoke (DispatcherPriority.Send, (Action) delegate { in TestDispatcherOrder()
108 d.BeginInvoke (DispatcherPriority.Send, (Action) delegate { in TestDispatcherOrder()
161 d.BeginInvoke(DispatcherPriority.Normal, exit); in TestRunTwice()
163 d.BeginInvoke(DispatcherPriority.Normal, increment); in TestRunTwice()
164 d.BeginInvoke(DispatcherPriority.Normal, increment); in TestRunTwice()
165 d.BeginInvoke(DispatcherPriority.Normal, exit); in TestRunTwice()
205 d.BeginInvoke(DispatcherPriority.Normal, exit); in TestOperationDequeue()
209 d.BeginInvoke(DispatcherPriority.Background, exit); in TestOperationDequeue()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/Test/
H A DAsyncCalls.cs43 IAsyncResult ar = de.BeginInvoke (null,null); in Simple()
51 IAsyncResult ar = de.BeginInvoke (a,b,c,d,null,null); in PrimitiveParams()
67 IAsyncResult ar = de.BeginInvoke (a,b,c,null,null); in ComplexParams()
83 IAsyncResult ar = de.BeginInvoke (null,null); in ProcessContextData()
94 IAsyncResult ar = de.BeginInvoke (null,null); in Simple()
102 IAsyncResult ar = de.BeginInvoke (a,b,c,d,null,null); in PrimitiveParams()
118 IAsyncResult ar = de.BeginInvoke (a,b,c,null,null); in ComplexParams()
134 IAsyncResult ar = de.BeginInvoke (null,null); in ProcessContextData()
145 IAsyncResult ar = de.BeginInvoke (null,null); in Simple()
169 IAsyncResult ar = de.BeginInvoke (a,b,c,null,null); in ComplexParams()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskFromAsyncTest.cs165 Task.Factory.FromAsync(action.BeginInvoke, null, null); in RunAPMTest()
192 … Task.Factory.FromAsync<ReadOnlyCollection<object>>(func.BeginInvoke, null, null); in RunAPMTest()
220 … Task<ReadOnlyCollection<object>>.Factory.FromAsync(func.BeginInvoke, null, null); in RunAPMTest()
254 … Task.Factory.FromAsync(action1.BeginInvoke, null, TestInteger, null); in RunAPMTest()
281 …Task.Factory.FromAsync<int, ReadOnlyCollection<object>>(func1.BeginInvoke, null, TestInteger, null… in RunAPMTest()
309 … Task<ReadOnlyCollection<object>>.Factory.FromAsync(func1.BeginInvoke, null, TestInteger, null); in RunAPMTest()
345 … Task.Factory.FromAsync(action2.BeginInvoke, null, TestInteger, TestDouble, null); in RunAPMTest()
437 … Task.Factory.FromAsync(action3.BeginInvoke, null, TestInteger, TestDouble, TestBoolean, null); in RunAPMTest()
528 Task.Factory.FromAsync(action.BeginInvoke(null, null), null); in RunAPMTest()
555 … Task.Factory.FromAsync<ReadOnlyCollection<object>>(func.BeginInvoke(null, null), null); in RunAPMTest()
[all …]
H A DTaskFromAsyncWork.cs142 public IAsyncResult BeginInvoke(AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncAction
180 public IAsyncResult BeginInvoke(T t, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncAction
217 public IAsyncResult BeginInvoke(T1 t1, T2 t2, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncAction
255 public IAsyncResult BeginInvoke(T1 t1, T2 t2, T3 t3, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncAction
309 public IAsyncResult BeginInvoke(AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncFunc
345 public IAsyncResult BeginInvoke(T t, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncFunc
382 public IAsyncResult BeginInvoke(T1 t1, T2 t2, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncFunc
420 public IAsyncResult BeginInvoke(T1 t1, T2 t2, T3 t3, AsyncCallback cb, object state) in BeginInvoke() method in System.Threading.Tasks.Tests.AsyncFunc
/dports/net/zerotier/ZeroTierOne-1.8.3/attic/WinUI/
H A DMainWindow.xaml.cs144 networkId.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
148 versionString.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
152 onlineStatus.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
161 networkId.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
165 versionString.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
169 onlineStatus.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateStatus()
180 networksPage.Dispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(() => in updateNetworks()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowInvoker.cs164 public IAsyncResult BeginInvoke(AsyncCallback callback, object state) in BeginInvoke() method in System.Activities.WorkflowInvoker
166 …return BeginInvoke(this.workflow, ActivityDefaults.InvokeTimeout, this.extensions, callback, state… in BeginInvoke()
170 public IAsyncResult BeginInvoke(TimeSpan timeout, AsyncCallback callback, object state) in BeginInvoke() method in System.Activities.WorkflowInvoker
174 return BeginInvoke(this.workflow, timeout, this.extensions, callback, state); in BeginInvoke()
178 …public IAsyncResult BeginInvoke(IDictionary<string, object> inputs, AsyncCallback callback, object… in BeginInvoke() method in System.Activities.WorkflowInvoker
180 …return BeginInvoke(this.workflow, inputs, ActivityDefaults.InvokeTimeout, this.extensions, callbac… in BeginInvoke()
184 …public IAsyncResult BeginInvoke(IDictionary<string, object> inputs, TimeSpan timeout, AsyncCallbac… in BeginInvoke() method in System.Activities.WorkflowInvoker
188 return BeginInvoke(this.workflow, inputs, timeout, this.extensions, callback, state); in BeginInvoke()
369 …return WorkflowApplication.BeginInvoke(workflow, inputs, extensions, timeout, null, null, callback… in BeginInvoke()
373 …IAsyncResult BeginInvoke(Activity workflow, TimeSpan timeout, WorkflowInstanceExtensionManager ext… in BeginInvoke() method in System.Activities.WorkflowInvoker
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DDuplexChannelBase.cs102 return open_handler.BeginInvoke (timeout, callback, state); in OnBeginOpen()
115 return close_handler.BeginInvoke (timeout, callback, state); in OnBeginClose()
135 return send_handler.BeginInvoke (message, timeout, callback, state); in BeginSend()
162 return receive_handler.BeginInvoke (timeout, callback, state); in BeginReceive()
191 return try_receive_handler.BeginInvoke (timeout, out dummy, callback, state); in BeginTryReceive()
208 return wait_handler.BeginInvoke (timeout, callback, state); in BeginWaitForMessage()
H A DReplyChannelBase.cs156 result = try_recv_delegate.BeginInvoke (timeout, out dummy, callback, state); in BeginTryReceiveRequest()
189 return wait_delegate.BeginInvoke (timeout, callback, state); in BeginWaitForRequest()
216 return recv_delegate.BeginInvoke (timeout, callback, state); in BeginReceiveRequest()
233 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
248 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
H A DChannelListenerBase_1.cs107 CurrentAsyncResult = accept_channel_delegate.BeginInvoke (timeout, callback, asyncState); in OnBeginAcceptChannel()
127 return wait_delegate.BeginInvoke (timeout, callback, state); in OnBeginWaitForChannel()
142 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
157 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
H A DRequestChannelBase.cs98 return request_delegate.BeginInvoke (message, timeout, callback, state); in BeginRequest()
113 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
127 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/wp8/MegaApp/MegaApp/MegaApi/
H A DFetchNodesRequestListener.cs48 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestFinish()
67 … Deployment.Current.Dispatcher.BeginInvoke(() => ProgessService.SetProgressIndicator(true, in onRequestStart()
75 Deployment.Current.Dispatcher.BeginInvoke(() => MessageBox.Show(e.getErrorString())); in onRequestTemporaryError()
80 … Deployment.Current.Dispatcher.BeginInvoke(() => ProgessService.SetProgressIndicator(true, in onRequestUpdate()
H A DBaseRequestListener.cs56 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestFinish()
80 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestStart()
89 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestTemporaryError()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Ddelegate1.cs28 IAsyncResult ar1 = d.BeginInvoke (1, ac, state1); in Main()
29 IAsyncResult ar2 = d.BeginInvoke (2, ac, state2); in Main()
30 IAsyncResult ar3 = d.BeginInvoke (3, ac, state3); in Main()
31 IAsyncResult ar4 = d.BeginInvoke (4, ac, state4); in Main()
H A Dbug-80392.2.cs22 IAsyncResult ar1 = d1.BeginInvoke (1, ac, null); in Main()
23 IAsyncResult ar2 = d2.BeginInvoke (2, ac, null); in Main()
H A Ddelegate3.cs26 d.BeginInvoke (cb_state, ac, cb_state); in async_callback()
35 IAsyncResult ar1 = d.BeginInvoke (cb_state, ac, cb_state); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-105.cs28 IAsyncResult ar1 = d.BeginInvoke (1, ac, state1); in Main()
29 IAsyncResult ar2 = d.BeginInvoke (2, ac, state2); in Main()
30 IAsyncResult ar3 = d.BeginInvoke (3, ac, state3); in Main()
31 IAsyncResult ar4 = d.BeginInvoke (4, ac, state4); in Main()
H A Dtest-107.cs26 d.BeginInvoke (cb_state, ac, cb_state); in async_callback()
35 IAsyncResult ar1 = d.BeginInvoke (cb_state, ac, cb_state); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Udp/
H A DUdpChannelListener.cs76 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
88 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
121 return accept_delegate.BeginInvoke (timeout, callback, state); in OnBeginAcceptChannel()
135 return wait_for_channel_delegate.BeginInvoke (timeout, callback, state); in OnBeginWaitForChannel()
H A DUdpDuplexChannel.cs219 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
231 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
289 return receive_delegate.BeginInvoke (timeout, callback, state); in BeginReceive()
305 return try_receive_delegate.BeginInvoke (timeout, out dummy, callback, state); in BeginTryReceive()
319 return wait_delegate.BeginInvoke (timeout, callback, state); in BeginWaitForMessage()
338 return send_delegate.BeginInvoke (message, timeout, callback, state); in BeginSend()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/
H A DDispatcherHelpers.cs24 … while (d.BeginInvoke(new Action(() => { })).Status == DispatcherOperationStatus.Aborted) ; in EnsureDispatcher()
64 public void BeginInvoke(Action action) in BeginInvoke() method in ReactiveTests.DispatcherWrapper
66 _dispatcher.BeginInvoke(action); in BeginInvoke()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Services/
H A DTestTypeMethodImpl.cs75 IAsyncResult ar = impl.BeginInvoke(service, null, null, state); in BeginInvokeWithoutCallback()
90 impl.BeginInvoke(service, null, new AsyncCallback(OnInvoked), called); in BeginInvokeWithCallback()
103 GetImpl("Sub").BeginInvoke(null, null, null, null); in CannotBeginInvokeWithNullService()
142 IAsyncResult ar = impl.BeginInvoke(service, null, null, null); in EndInvokePropagatesThrownException()
159 impl.EndInvoke(null, impl.BeginInvoke(new MockService(), null, null, null)); in CannotCallEndInvokeWithNullService()
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Windows.Threading/
H A DDispatcher.cs124 public DispatcherOperation BeginInvoke (Delegate method, params object[] args) in BeginInvoke() method in System.Windows.Threading.Dispatcher
129 …public DispatcherOperation BeginInvoke (Delegate method, DispatcherPriority priority, params objec… in BeginInvoke() method in System.Windows.Threading.Dispatcher
136 public DispatcherOperation BeginInvoke (DispatcherPriority priority, Delegate method) in BeginInvoke() method in System.Windows.Threading.Dispatcher
153 public DispatcherOperation BeginInvoke (DispatcherPriority priority, Delegate method, object arg) in BeginInvoke() method in System.Windows.Threading.Dispatcher
171 …public DispatcherOperation BeginInvoke (DispatcherPriority priority, Delegate method, object arg, … in BeginInvoke() method in System.Windows.Threading.Dispatcher
188 return this.BeginInvoke(callback); in InvokeAsync()
193 return this.BeginInvoke(callback, priority); in InvokeAsync()
198 return this.BeginInvoke(callback, priority); in InvokeAsync()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/wp8/MegaApp/MegaApp/Models/
H A DBaseRequestListenerViewModel.cs58 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestFinish()
82 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestStart()
91 Deployment.Current.Dispatcher.BeginInvoke(() => in onRequestTemporaryError()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Channels/
H A DRequestChannelBase.cs90 return request_delegate.BeginInvoke (message, timeout, callback, state); in BeginRequest()
105 return open_delegate.BeginInvoke (timeout, callback, state); in OnBeginOpen()
119 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/Bugs/
H A Dbug-325339.vb18 Me.BeginInvoke(AddressOf FillDevices)
39 Public Function BeginInvoke(method As EventHandler) As IAsyncResult

12345678910>>...14