FSharpAsync
CancellationToken
DefaultCancellationToken
AsBeginEnd<TArg, T>(FSharpFunc<TArg, FSharpAsync<T>>)
AwaitEvent<TDel, T>(IEvent<TDel, T>, FSharpOption<FSharpFunc<Unit, Unit>>)
AwaitIAsyncResult(IAsyncResult, FSharpOption<Int32>)
AwaitTask(Task)
AwaitTask<T>(Task<T>)
AwaitWaitHandle(WaitHandle, FSharpOption<Int32>)
CancelDefaultToken()
Catch<T>(FSharpAsync<T>)
Choice<T>(IEnumerable<FSharpAsync<FSharpOption<T>>>)
FromBeginEnd<T>(FSharpFunc<Tuple<AsyncCallback, Object>, IAsyncResult>, FSharpFunc<IAsyncResult, T>, FSharpOption<FSharpFunc<Unit, Unit>>)
FromBeginEnd<TArg1, T>(TArg1, FSharpFunc<Tuple<TArg1, AsyncCallback, Object>, IAsyncResult>, FSharpFunc<IAsyncResult, T>, FSharpOption<FSharpFunc<Unit, Unit>>)
FromBeginEnd<TArg1, TArg2, T>(TArg1, TArg2, FSharpFunc<Tuple<TArg1, TArg2, AsyncCallback, Object>, IAsyncResult>, FSharpFunc<IAsyncResult, T>, FSharpOption<FSharpFunc<Unit, Unit>>)
FromBeginEnd<TArg1, TArg2, TArg3, T>(TArg1, TArg2, TArg3, FSharpFunc<Tuple<TArg1, TArg2, TArg3, AsyncCallback, Object>, IAsyncResult>, FSharpFunc<IAsyncResult, T>, FSharpOption<FSharpFunc<Unit, Unit>>)
FromContinuations<T>(FSharpFunc<Tuple<FSharpFunc<T, Unit>, FSharpFunc<Exception, Unit>, FSharpFunc<OperationCanceledException, Unit>>, Unit>)
Ignore<T>(FSharpAsync<T>)
OnCancel(FSharpFunc<Unit, Unit>)
Parallel<T>(IEnumerable<FSharpAsync<T>>)
Parallel<T>(IEnumerable<FSharpAsync<T>>, FSharpOption<Int32>)
RunSynchronously<T>(FSharpAsync<T>, FSharpOption<Int32>, FSharpOption<CancellationToken>)
Sequential<T>(IEnumerable<FSharpAsync<T>>)
Sleep(Int32)
Sleep(TimeSpan)
Start(FSharpAsync<Unit>, FSharpOption<CancellationToken>)
StartAsTask<T>(FSharpAsync<T>, FSharpOption<TaskCreationOptions>, FSharpOption<CancellationToken>)
StartChild<T>(FSharpAsync<T>, FSharpOption<Int32>)
StartChildAsTask<T>(FSharpAsync<T>, FSharpOption<TaskCreationOptions>)
StartImmediate(FSharpAsync<Unit>, FSharpOption<CancellationToken>)
StartImmediateAsTask<T>(FSharpAsync<T>, FSharpOption<CancellationToken>)
StartWithContinuations<T>(FSharpAsync<T>, FSharpFunc<T, Unit>, FSharpFunc<Exception, Unit>, FSharpFunc<OperationCanceledException, Unit>, FSharpOption<CancellationToken>)
SwitchToContext(SynchronizationContext)
SwitchToNewThread()
SwitchToThreadPool()
TryCancelled<T>(FSharpAsync<T>, FSharpFunc<OperationCanceledException, Unit>)
net5.0
namespace Microsoft.FSharp.Control
{
[CompilationMapping(SourceConstructFlags.ObjectType)]
[CompiledName("FSharpAsync")]
[Sealed]
public sealed class FSharpAsync
{
public static FSharpAsync<T> FromBeginEnd<TArg1, TArg2, TArg3, T>(TArg1 arg1, TArg2 arg2, TArg3 arg3, FSharpFunc<Tuple<TArg1, TArg2, TArg3, AsyncCallback, object>, IAsyncResult> beginAction, FSharpFunc<IAsyncResult, T> endAction, [OptionalArgument] FSharpOption<FSharpFunc<Unit, Unit>> cancelAction);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net5.0 | |
Assemblies | FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | FSharp.Core (9.0.300-beta.25160.5) netstandard2.1 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API