ICallFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |