ICallFactory Interface

Definition

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

public interface class ICallFactory
public interface class ICallFactory
__interface ICallFactory
[System.Runtime.InteropServices.Guid("1C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICallFactory
[System.Runtime.InteropServices.Guid("1C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICallFactory
[<System.Runtime.InteropServices.Guid("1C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICallFactory = interface
[<System.Runtime.InteropServices.Guid("1C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICallFactory = interface
Public Interface ICallFactory
Attributes

Methods

CreateCall(Guid, Object, Guid, Object)

Applies to