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 + 서비스를 사용 하는 일괄 처리 작업을 수행 합니다. 인터넷 정보 서비스 (IIS) 및 ASP.NET과 같은 스크립트 환경이이 인터페이스를 사용 하 여 COM + 구성 요소를 만들 필요 없이 COM + 서비스를 활용할 수 있습니다.

메서드

OnCall()

이 메서드에 구현된 일괄 작업을 실행하기 시작합니다.

적용 대상