-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Threading_AsyncOperationHelper_RunAsync
andrewvk edited this page Mar 31, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Gets thread from pool and run runner inside it.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void RunAsync(
[NotNullAttribute] Action<AsyncOperation> runner
)
VB
Public Shared Sub RunAsync (
<NotNullAttribute> runner As Action(Of AsyncOperation)
)
F#
static member RunAsync :
[<NotNullAttribute>] runner : Action<AsyncOperation> -> unit
- runner
- Type: System.Action(AsyncOperation)
Action to run inside created thread
AsyncOperationHelper Class
RunAsync Overload
CodeJam.Threading Namespace