MooshAsync Method (Action) |
Asynchronously runs a function.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Async(
Action func
)
Public Shared Sub Async (
func As Action
)
public:
static void Async(
Action^ func
)
static member Async :
func : Action -> unit
Parameters
- func
- Type: SystemAction
The function to be run on a different thread.
See Also