Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[GuidAttribute("0000002A-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IAsyncManager
[GuidAttribute(L"0000002A-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IAsyncManager
[<GuidAttribute("0000002A-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IAsyncManager = interface end
public interface IAsyncManager
The IAsyncManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompleteCall | |
![]() |
GetCallContext | |
![]() |
GetState |
Top