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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

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

Inheritance Hierarchy

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

See Also

WrappedAsyncOperation Members

Microsoft.Practices.EnterpriseLibrary.Common.Utility Namespace