ICallFactory Interface

Creates an object for processing method calls on asynchronous interfaces. For more information, see ICallFactory and Making and Processing Asynchronous Calls.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("1C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ICallFactory
[InterfaceTypeAttribute()]
[GuidAttribute("1C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface ICallFactory
[InterfaceTypeAttribute()]
[GuidAttribute(L"1C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ICallFactory
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
type ICallFactory =  interface end
public interface ICallFactory

The ICallFactory type exposes the following members.

Methods

  Name Description
Public method CreateCall

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace