Home
last modified time | relevance | path

Searched defs:BeginInvoke (Results 1 – 25 of 94) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
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/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
170 public IAsyncResult BeginInvoke(TimeSpan timeout, AsyncCallback callback, object state) in BeginInvoke() method in System.Activities.WorkflowInvoker
178 …public IAsyncResult BeginInvoke(IDictionary<string, object> inputs, AsyncCallback callback, object… in BeginInvoke() method in System.Activities.WorkflowInvoker
184 …public IAsyncResult BeginInvoke(IDictionary<string, object> inputs, TimeSpan timeout, AsyncCallbac… in BeginInvoke() method in System.Activities.WorkflowInvoker
360 …IAsyncResult BeginInvoke(Activity workflow, IDictionary<string, object> inputs, TimeSpan timeout, … in BeginInvoke() method in System.Activities.WorkflowInvoker
373 …IAsyncResult BeginInvoke(Activity workflow, TimeSpan timeout, WorkflowInstanceExtensionManager ext… in BeginInvoke() method in System.Activities.WorkflowInvoker
/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
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DISynchronizeInvoke.cs27 IAsyncResult BeginInvoke(Delegate method, object[] args); in BeginInvoke() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DISynchronizeInvoke.cs24 IAsyncResult BeginInvoke(Delegate method, object[] args); in BeginInvoke() method
/dports/games/gbrainy/gbrainy-2.4.3/src/Clients/Classical/
H A DGtkSynchronize.cs37 public IAsyncResult BeginInvoke (Delegate method, object[] args) in BeginInvoke() method in gbrainy.Clients.Classical.GtkSynchronize
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/
H A DDispatcherHelpers.cs64 public void BeginInvoke(Action action) in BeginInvoke() method in ReactiveTests.DispatcherWrapper
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/Services/
H A DIMethodImpl.cs35 …IAsyncResult BeginInvoke(IService service, object[] args, AsyncCallback callback, object asyncStat… in BeginInvoke() method
H A DTypeMethodImpl.cs88 …public IAsyncResult BeginInvoke(IService service, object[] args, AsyncCallback callback, object as… in BeginInvoke() method in Jayrock.Services.TypeMethodImpl
H A DWarpedMethodImpl.cs70 …public IAsyncResult BeginInvoke(IService service, object[] args, AsyncCallback callback, object as… in BeginInvoke() method in Jayrock.Services.WarpedMethodImpl
H A DMethod.cs180 …public IAsyncResult BeginInvoke(IService service, string[] names, object[] args, AsyncCallback cal… in BeginInvoke() method in Jayrock.Services.Method
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Timers/
H A DTimerCas.cs42 public IAsyncResult BeginInvoke (Delegate method, object[] args) in BeginInvoke() method in MonoCasTests.System.Timers.TestSyncInvoke
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DMethodKind.cs19 BeginInvoke = 9, // BeginInvoke method of a delegate type enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dservice_proxy.cc48 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke() function in perfetto::ipc::ServiceProxy
H A Dclient_impl.cc99 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke() function in perfetto::ipc::ClientImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dservice_proxy.cc48 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke() function in perfetto::ipc::ServiceProxy
H A Dclient_impl.cc88 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke() function in perfetto::ipc::ClientImpl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/tests/
H A DFileSystemWatcher.cs64 public IAsyncResult BeginInvoke(Delegate method, object[] args) in BeginInvoke() method in System.IO.Tests.FileSystemWatcherTests_netstandard17.TestISynchronizeInvoke
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Services/
H A DTestMethodBuilder.cs170 …public IAsyncResult BeginInvoke(IService service, object[] args, AsyncCallback callback, object as… in BeginInvoke() method in Jayrock.Services.TestMethodBuilder.DummyMethod
H A DTestWarpedMethodImpl.cs192 …public IAsyncResult BeginInvoke(IService service, object[] args, AsyncCallback callback, object as… in BeginInvoke() method in Jayrock.Services.TestWarpedMethodImpl.TestMethodImpl
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DSoapHttpClientProtocol.cs85 …protected IAsyncResult BeginInvoke (string methodName, object[] parameters, AsyncCallback callback… in BeginInvoke() method in System.Web.Services.Protocols.SoapHttpClientProtocol
H A DLogicalMethodInfo.cs302 …public IAsyncResult BeginInvoke (object target, object[] values, AsyncCallback callback, object as… in BeginInvoke() method in System.Web.Services.Protocols.LogicalMethodInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DHttpClientProtocol.cs184 …protected IAsyncResult BeginInvoke(string methodName, string requestUrl, object[] parameters, Asyn… in BeginInvoke() method in System.Web.Services.Protocols.HttpSimpleClientProtocol
H A DWebServiceHandler.cs287 private IAsyncResult BeginInvoke(AsyncCallback callback, object asyncState) { in BeginInvoke() method in System.Web.Services.Protocols.WebServiceHandler
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DMonoMethodMessage.cs421 BeginInvoke = 1, enumerator

1234