Метод TestBase.RunAsync
Пространство имен:ReactiveTests
Сборки: Tests.System.Reactive (в Tests.System.Reactive.dll)
Синтаксис
'Declaration
Public Sub RunAsync ( _
a As Action(Of Waiter) _
)
'Usage
Dim instance As TestBase
Dim a As Action(Of Waiter)
instance.RunAsync(a)
public void RunAsync(
Action<Waiter> a
)
public:
void RunAsync(
Action<Waiter^>^ a
)
member RunAsync :
a:Action<Waiter> -> unit
public function RunAsync(
a : Action<Waiter>
)
Параметры
- а
Тип: System.Action<Waiter>