Header menu logo FSharp.Core

AsyncActivation<'T> Type

The F# compiler emits references to this type to implement F# async expressions.

Instance members

Instance member Description

this.IsCancellationRequested

Full Usage: this.IsCancellationRequested

Returns: bool A value indicating asynchronous execution.

The F# compiler emits calls to this function to implement F# async expressions.

Returns: bool

A value indicating asynchronous execution.

this.OnCancellation

Full Usage: this.OnCancellation

Returns: AsyncReturn A value indicating asynchronous execution.

The F# compiler emits calls to this function to implement F# async expressions.

Returns: AsyncReturn

A value indicating asynchronous execution.

this.OnExceptionRaised

Full Usage: this.OnExceptionRaised

The F# compiler emits calls to this function to implement F# async expressions.

this.OnSuccess

Full Usage: this.OnSuccess

Parameters:
    result : 'T

Returns: AsyncReturn A value indicating asynchronous execution.

The F# compiler emits calls to this function to implement F# async expressions.

result : 'T
Returns: AsyncReturn

A value indicating asynchronous execution.

Static members

Static member Description

AsyncActivation.Success(arg1) (result)

Full Usage: AsyncActivation.Success(arg1) (result)

Parameters:
Returns: AsyncReturn A value indicating asynchronous execution.

The F# compiler emits calls to this function to implement F# async expressions.

arg0 : AsyncActivation<'T>
result : 'T
Returns: AsyncReturn

A value indicating asynchronous execution.

Type something to start searching.