WrappedAsyncOperation Class

A helper class that provides the code needed to wrap an existing asynchronous operation and return a different implementation of IAsyncResult.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Utility
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public NotInheritable Class WrappedAsyncOperation
public static class WrappedAsyncOperation
public ref class WrappedAsyncOperation abstract sealed
public final class WrappedAsyncOperation

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Utility.WrappedAsyncOperation

See Also

WrappedAsyncOperation Members

Microsoft.Practices.EnterpriseLibrary.Common.Utility Namespace