IAsyncManager Interface

Monitors an asynchronous distributed COM (DCOM) call. Used as an argument in the RegisterAsync method of the IRpcChannelBuffer3 interface.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("0000002A-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IAsyncManager
'Usage
Dim instance As IAsyncManager
[GuidAttribute("0000002A-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IAsyncManager
[GuidAttribute(L"0000002A-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IAsyncManager
public interface IAsyncManager

See Also

Reference

IAsyncManager Members

Microsoft.VisualStudio.OLE.Interop Namespace