Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<GuidAttribute("0000002A-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IAsyncManager = interface end
public interface IAsyncManager