C# Class NSubstitute.Acceptance.Specs.Infrastructure.Task

Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
AwaitAll ( Task tasks ) : void
StartAll ( Task tasks ) : void
Task ( System.Action action ) : System

Private Methods

Method Description
ThrowIfError ( ) : void

Method Details

AwaitAll() public static method

public static AwaitAll ( Task tasks ) : void
tasks Task
return void

StartAll() public static method

public static StartAll ( Task tasks ) : void
tasks Task
return void

Task() public method

public Task ( System.Action action ) : System
action System.Action
return System