IServiceCall 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现通过由 Activity 创建的活动提交的批处理工作。
public interface class IServiceCall
[System.Runtime.InteropServices.Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServiceCall
[<System.Runtime.InteropServices.Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServiceCall = interface
Public Interface IServiceCall
- 属性
注解
使用 IServiceCall 执行使用 COM+ 服务的批处理工作,而无需创建专门用于使用这些服务的组件。 Internet Information Services (IIS) 和 ASP.NET 等脚本环境可以使用此接口来利用 COM+ 服务,而无需创建 COM+ 组件。
方法
OnCall() |
开始执行在此方法中实现的批处理工作。 |