TestBase.RunAsync – metoda
Obor názvů:ReactiveTests
Sestavení: Tests.System.Reactive (v Tests.System.Reactive.dll)
Syntaxe
'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>
)
Parametry
- pro
Typ: System.Action<Waiter>