The ActionExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAsTask(Action)
Converts the Action into an inactive Task.
Public methodStatic memberAsTask<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>))
Converts the Func into an inactive Task.
Public methodStatic memberRunAsync(Action)
Starts the Action as async Task.
Public methodStatic memberRunAsync(Action, TaskDistributor)
Starts the Action as async Task on the given TaskDistributor.
Public methodStatic memberRunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>))
Starts the Func as async Task.
Public methodStatic memberRunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), TaskDistributor)
Starts the Func as async Task on the given TaskDistributor.

Extension Methods

  NameDescription

See Also