Constructs a wrapper around the provided asynchronous function.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal asyncOp As IdeaBlade.EntityModel.INotifyCompleted _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim asyncOp As IdeaBlade.EntityModel.INotifyCompleted
Dim instance As New OperationResult(asyncOp) |
| C# | |
|---|
public OperationResult(
IdeaBlade.EntityModel.INotifyCompleted asyncOp
) |
| C++/CLI | |
|---|
public:
OperationResult(
IdeaBlade.EntityModel.INotifyCompleted^ asyncOp
) |
Parameters
- asyncOp
- The asynchronous DevForce function to be wrapped.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also