- d
- The delegate to execute asynchronously.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function Execute( _ ByVal d As Action _ ) As AsyncResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static AsyncResult Execute( Action d ) | |
| C++/CLI | |
|---|---|
public: static AsyncResult^ Execute( Action d ) | |
Parameters
- d
- The delegate to execute asynchronously.
Return Value
The asynchronous result.Executes an ansynchronous method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code