WorkflowServiceHostFactory 클래스

정의

주의

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

들어오는 메시지에 대한 응답으로 호스트 인스턴스가 동적으로 만들어지는 관리되는 호스팅 환경의 WorkflowServiceHost 인스턴스를 제공하는 팩터리입니다.

public ref class WorkflowServiceHostFactory : System::ServiceModel::Activation::ServiceHostFactoryBase
public class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowServiceHostFactory : System.ServiceModel.Activation.ServiceHostFactoryBase
type WorkflowServiceHostFactory = class
    inherit ServiceHostFactoryBase
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowServiceHostFactory = class
    inherit ServiceHostFactoryBase
Public Class WorkflowServiceHostFactory
Inherits ServiceHostFactoryBase
상속
WorkflowServiceHostFactory
특성

설명

동적 정품 인증을 지원하는 관리되는 호스팅 환경은 INTERNET INFORMATION SERVICES(IIS) 및 WINDOWS WAS(Process Activation Service)입니다.

사용자 지정 파생 WorkflowServiceHost항목을 구현한 경우 클래스에서 WorkflowServiceHostFactory 파생되는 팩터리도 구현하는 것이 좋습니다.

대신 사용자 지정 파생 ServiceHostBase 을 구현한 경우 팩터리를 직접 파생 ServiceHostFactoryBase 하는 팩터리도 구현하는 것이 좋습니다.

생성자

Name Description
WorkflowServiceHostFactory()
사용되지 않음.

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

메서드

Name Description
CreateServiceHost(String, Uri[])
사용되지 않음.

WorkflowServiceHost 워크플로 태그 파일의 파일 이름 또는 워크플로 서비스 형식의 형식 이름 및 지정된 서비스의 기본 주소를 포함하는 문자열에서 만듭니다.

Equals(Object)
사용되지 않음.

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

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

기본 해시 함수로 사용됩니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상