Home
last modified time | relevance | path

Searched defs:IAsyncResult (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DFutureFactory.cs535 Func<IAsyncResult, TResult> endFunction, in FromAsyncCoreLogic()
639 Func<IAsyncResult, TResult> endMethod, in FromAsync()
674 Func<IAsyncResult, TResult> endMethod, in FromAsync()
687 Func<IAsyncResult, TResult> endFunction, in FromAsyncImpl()
776 Func<IAsyncResult, TResult> endMethod, object state) in FromAsync()
908 Func<IAsyncResult, TResult> endMethod, in FromAsync()
942 Func<IAsyncResult, TResult> endMethod, in FromAsync()
1050 Func<IAsyncResult, TResult> endMethod, in FromAsync()
1088 Func<IAsyncResult, TResult> endMethod, in FromAsync()
1199 Func<IAsyncResult, TResult> endMethod, in FromAsync()
[all …]
H A DTaskFactory.cs1236 IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod) in FromAsync()
1266 …IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod, TaskCreationOptions creationOptio… in FromAsync()
1300 …IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod, TaskCreationOptions creationOptio… in FromAsync()
1328 Func<IAsyncResult, TResult> endMethod, object state) in FromAsync()
1360Func<IAsyncResult, TResult> endMethod, object state, TaskCreationOptions creationOptions) in FromAsync()
1391 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, object state) in FromAsync()
1426Func<IAsyncResult, TResult> endMethod, TArg1 arg1, object state, TaskCreationOptions creationOptio… in FromAsync()
1460 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, object state) in FromAsync()
1500Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions c… in FromAsync()
1539 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state) in FromAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/
H A DFutureFactory.cs519 Func<IAsyncResult, TResult> endFunction, in FromAsyncCoreLogic()
615 Func<IAsyncResult, TResult> endMethod, in FromAsync()
648 Func<IAsyncResult, TResult> endMethod, in FromAsync()
659 Func<IAsyncResult, TResult> endFunction, in FromAsyncImpl()
730 Func<IAsyncResult, TResult> endMethod, object state) in FromAsync()
836 Func<IAsyncResult, TResult> endMethod, in FromAsync()
870 Func<IAsyncResult, TResult> endMethod, in FromAsync()
952 Func<IAsyncResult, TResult> endMethod, in FromAsync()
990 Func<IAsyncResult, TResult> endMethod, in FromAsync()
1076 Func<IAsyncResult, TResult> endMethod, in FromAsync()
[all …]
H A DTaskFactory.cs1180 IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod) in FromAsync()
1208 …IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod, TaskCreationOptions creationOptio… in FromAsync()
1240 …IAsyncResult asyncResult, Func<IAsyncResult, TResult> endMethod, TaskCreationOptions creationOptio… in FromAsync()
1267 Func<IAsyncResult, TResult> endMethod, object state) in FromAsync()
1299Func<IAsyncResult, TResult> endMethod, object state, TaskCreationOptions creationOptions) in FromAsync()
1330 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, object state) in FromAsync()
1365Func<IAsyncResult, TResult> endMethod, TArg1 arg1, object state, TaskCreationOptions creationOptio… in FromAsync()
1399 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, object state) in FromAsync()
1439Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions c… in FromAsync()
1478 Func<IAsyncResult, TResult> endMethod, TArg1 arg1, TArg2 arg2, TArg3 arg3, object state) in FromAsync()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Infrastructure/
H A DStreamExtensions.cs43 …ate static Task<T> FromAsync<T>(Func<AsyncCallback, IAsyncResult> begin, Func<IAsyncResult, T> end) in FromAsync()
70 …atic void CompleteAsync<T>(TaskCompletionSource<T> tcs, IAsyncResult ar, Func<IAsyncResult, T> end) in CompleteAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Diasyncresult.cs19 public interface IAsyncResult interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DIAsyncResult.cs19 public interface IAsyncResult interface
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DIAsyncResult.cs19 public interface IAsyncResult interface
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go15 type IAsyncResult interface { interface
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go15 type IAsyncResult interface { interface
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go15 type IAsyncResult interface { interface
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go15 type IAsyncResult interface { interface
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/
H A DObservable.Async.cs30 …ncPattern<TResult>(Func<AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
53 …1, TResult>(Func<TArg1, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
77 …ult>(Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
103 …nc<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
129 …1, TArg2, TArg3, TArg4, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
156 …2, TArg3, TArg4, TArg5, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
184 …3, TArg4, TArg5, TArg6, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
213 …4, TArg5, TArg6, TArg7, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
243 …5, TArg6, TArg7, TArg8, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
274 …6, TArg7, TArg8, TArg9, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
[all …]
H A DQueryLanguage.Async.cs21 …ncPattern<TResult>(Func<AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
57 …n<T1, TResult>(Func<T1, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
89 …, TResult>(Func<T1, T2, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
122 …esult>(Func<T1, T2, T3, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
154 …t>(Func<T1, T2, T3, T4, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
186 …unc<T1, T2, T3, T4, T5, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
218 …T1, T2, T3, T4, T5, T6, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
250 …T2, T3, T4, T5, T6, T7, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
282 …T3, T4, T5, T6, T7, T8, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
314 …T4, T5, T6, T7, T8, T9, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
[all …]
H A DIQueryLanguage.cs165 …ncPattern<TResult>(Func<AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
166 …n<T1, TResult>(Func<T1, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
167 …, TResult>(Func<T1, T2, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
170 …esult>(Func<T1, T2, T3, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
171 …t>(Func<T1, T2, T3, T4, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
172 …unc<T1, T2, T3, T4, T5, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
173 …T1, T2, T3, T4, T5, T6, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
174 …T2, T3, T4, T5, T6, T7, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
175 …T3, T4, T5, T6, T7, T8, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
176 …T4, T5, T6, T7, T8, T9, AsyncCallback, object, IAsyncResult> begin, Func<IAsyncResult, TResult> en… in FromAsyncPattern()
[all …]
/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/
H A Dinterfaces.py103 class IAsyncResult(object): class
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/
H A DAsyncResult.cs211 protected void SetCheckSyncValidationFunc(Func<IAsyncResult, bool> validationFunc) in SetCheckSyncValidationFunc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DAsyncResult.cs266 protected void SetCheckSyncValidationFunc(Func<IAsyncResult, bool> checkSyncValidationFunc) in SetCheckSyncValidationFunc()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskFromAsyncTest.cs623 IAsyncResult, // test the API_FromAsync takes in an IAsyncResult enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Binding/
H A DDataServiceCollectionOfT.cs520 Func<IAsyncResult, QueryOperationResponse> endCall) in BeginLoadAsyncOperation()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/acc/
H A Dacc.cpp605 class IAsyncResult final : public ServiceFramework<IAsyncResult> { class
607 explicit IAsyncResult(Core::System& system_, Common::UUID) in IAsyncResult() function in Service::Account::IAsyncResult
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/
H A DQbservable.Generated.cs22536 … Expression<Func<AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22578 …sion<Func<TArg1, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22622 …nc<TArg1, TArg2, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22669 …1, TArg2, TArg3, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22717 …2, TArg3, TArg4, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22767 …3, TArg4, TArg5, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22819 …4, TArg5, TArg6, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22873 …5, TArg6, TArg7, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22929 …6, TArg7, TArg8, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
22987 …7, TArg8, TArg9, AsyncCallback, object, IAsyncResult>> begin, Expression<Func<IAsyncResult, TResul… in FromAsyncPattern()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Reactive.Providers.cs264 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
268 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
272 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
290 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
294 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
298 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
302 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
306 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
310 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
314 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Reactive.Providers.cs263 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
267 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
271 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
289 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
293 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
297 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
301 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
305 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
309 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
313 …back, object, System.IAsyncResult>> begin, System.Linq.Expressions.Expression<System.Func<System.I… in FromAsyncPattern()
[all …]
H A DSystem.Reactive.Linq.cs404 …nc<System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
408 …9, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
412 …0, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
430 …1, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
434 …2, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
438 …3, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
442 …4, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
446 …5, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
450 …6, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
454 …7, System.AsyncCallback, object, System.IAsyncResult> begin, System.Func<System.IAsyncResult, TRes… in FromAsyncPattern()
[all …]

12