Share via


IServiceCall 介面

定義

實作經由 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()

啟動執行這個方法中所實作的批次工作。

適用於