
| Visual Basic (Declaration) | |
|---|---|
Public Class AsyncResult Implements IAsyncResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AsyncResult | |
| C# | |
|---|---|
public class AsyncResult : IAsyncResult | |
| C++/CLI | |
|---|---|
public ref class AsyncResult : public IAsyncResult | |
Executes an ansynchronous method.
System.Object
Leadtools.Dicom.AddIn.AsyncResult
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code