ExternalDataExchangeService 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

로컬 서비스 통신을 사용할 수 있도록 워크플로 런타임 엔진에 추가해야 하는 서비스를 나타냅니다. 이러한 서비스를 제대로 초기화하고 등록하기 위해 ExternalDataExchangeService에 로컬 서비스 구현을 추가해야 합니다.

public ref class ExternalDataExchangeService : System::Workflow::Runtime::Hosting::WorkflowRuntimeService
public class ExternalDataExchangeService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ExternalDataExchangeService : System.Workflow.Runtime.Hosting.WorkflowRuntimeService
type ExternalDataExchangeService = class
    inherit WorkflowRuntimeService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ExternalDataExchangeService = class
    inherit WorkflowRuntimeService
Public Class ExternalDataExchangeService
Inherits WorkflowRuntimeService
상속
ExternalDataExchangeService
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

로컬 서비스 구현은 ExternalDataExchangeAttribute로 표시된 인터페이스를 구현하는 클래스입니다. 이런 방식으로 추가된 로컬 서비스는 CallExternalMethodActivityHandleExternalEventActivity에 사용됩니다.

생성자

ExternalDataExchangeService()
사용되지 않음.

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(ExternalDataExchangeServiceSection)
사용되지 않음.

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(NameValueCollection)
사용되지 않음.

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(String)
사용되지 않음.

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

속성

Runtime
사용되지 않음.

이 서비스에 대한 WorkflowRuntime을 가져옵니다.

(다음에서 상속됨 WorkflowRuntimeService)
State
사용되지 않음.

WorkflowRuntimeService의 상태를 가져옵니다.

(다음에서 상속됨 WorkflowRuntimeService)

메서드

AddService(Object)
사용되지 않음.

지정한 서비스를 ExternalDataExchangeService에 추가합니다.

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService(Type)
사용되지 않음.

서비스를 사용할 수 있는 경우 지정된 인터페이스 형식의 서비스 구현을 가져옵니다.

GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnStarted()
사용되지 않음.

파생 클래스에서 재정의되는 경우 워크플로 런타임 엔진이 Started 이벤트를 발생시킬 때 호출되는 메서드를 나타냅니다.

(다음에서 상속됨 WorkflowRuntimeService)
OnStopped()
사용되지 않음.

파생 클래스에서 재정의되는 경우 워크플로 런타임 엔진이 Stopped 이벤트를 발생시킬 때 호출되는 메서드를 나타냅니다.

(다음에서 상속됨 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
사용되지 않음.

ServicesExceptionNotHandled 이벤트를 발생시킵니다.

(다음에서 상속됨 WorkflowRuntimeService)
RemoveService(Object)
사용되지 않음.

지정된 서비스를 ExternalDataExchangeService에서 제거합니다.

Start()
사용되지 않음.

개체를 생성하는 동안 구성 섹션이 지정된 경우 로컬 서비스를 추가합니다.

Stop()
사용되지 않음.

파생 클래스에서 재정의되는 경우 서비스를 중지하고 StateStopping으로 변경합니다.

(다음에서 상속됨 WorkflowRuntimeService)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상