WebServiceOutputActivity 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 내에서 웹 서비스로 데이터를 보낼 수 있습니다. 이 클래스는 상속될 수 없습니다.
public ref class WebServiceOutputActivity sealed : System::Workflow::ComponentModel::Activity, System::Workflow::ComponentModel::IDynamicPropertyTypeProvider
[System.Drawing.ToolboxBitmap(typeof(System.Workflow.Activities.WebServiceOutputActivity), "Resources.WebServiceOut.png")]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.WebServiceResponseValidator))]
public sealed class WebServiceOutputActivity : System.Workflow.ComponentModel.Activity, System.Workflow.ComponentModel.IDynamicPropertyTypeProvider
[System.Drawing.ToolboxBitmap(typeof(System.Workflow.Activities.WebServiceOutputActivity), "Resources.WebServiceOut.png")]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.WebServiceResponseValidator))]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class WebServiceOutputActivity : System.Workflow.ComponentModel.Activity, System.Workflow.ComponentModel.IDynamicPropertyTypeProvider
[<System.Drawing.ToolboxBitmap(typeof(System.Workflow.Activities.WebServiceOutputActivity), "Resources.WebServiceOut.png")>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.WebServiceResponseValidator))>]
type WebServiceOutputActivity = class
inherit Activity
interface IDynamicPropertyTypeProvider
[<System.Drawing.ToolboxBitmap(typeof(System.Workflow.Activities.WebServiceOutputActivity), "Resources.WebServiceOut.png")>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.WebServiceResponseValidator))>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WebServiceOutputActivity = class
inherit Activity
interface IDynamicPropertyTypeProvider
Public NotInheritable Class WebServiceOutputActivity
Inherits Activity
Implements IDynamicPropertyTypeProvider
- 상속
- 특성
- 구현
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
WebServiceOutputActivity 활동은 WebServiceInputActivity 활동이 있는 워크플로에만 포함될 수 있습니다. WebServiceOutputActivity 활동에는 InputActivityNameProperty가 설정되어 있어야 하고 같은 워크플로에 있는 WebServiceInputActivity 활동만 유효한 값입니다.
WebServiceOutputActivity 활동은 웹 서비스 메서드 호출의 반환 값을 모델링합니다. 이 활동은 웹 서비스 메서드 호출에 대한 입력 매개 변수를 나타내는 WebServiceInputActivity와 함께 사용합니다. WebServiceOutputActivity 활동은 웹 서비스 인터페이스 계약의 메서드에 반환 값이 포함된 경우에만 사용합니다.
생성자
WebServiceOutputActivity() |
사용되지 않음.
WebServiceOutputActivity 클래스의 새 인스턴스를 초기화합니다. |
WebServiceOutputActivity(String) |
사용되지 않음.
활동 이름을 사용하여 WebServiceOutputActivity 클래스의 새 인스턴스를 초기화합니다. |
필드
InputActivityNameProperty |
사용되지 않음.
이 WebServiceInputActivity와 일치하는 WebServiceOutputActivity의 이름을 정의합니다. |
ParameterBindingsProperty |
사용되지 않음.
DependencyObject 속성을 대상으로 하는 ParameterBindings를 나타냅니다. |
SendingOutputEvent |
사용되지 않음.
활동에서 웹 서비스 호출의 출력을 보내기 전에 실행되는 이벤트 대리자를 정의합니다. |
속성
Description |
사용되지 않음.
Activity에 대한 사용자 정의 설명을 가져오거나 설정합니다. (다음에서 상속됨 Activity) |
DesignMode |
사용되지 않음.
이 인스턴스가 디자인 모드 또는 런타임 모드에 있는지 나타내는 값을 가져옵니다. (다음에서 상속됨 DependencyObject) |
Enabled |
사용되지 않음.
실행 및 유효성 검사에 이 인스턴스를 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 Activity) |
ExecutionResult |
사용되지 않음.
이 인스턴스를 실행하려는 마지막 시도의 ActivityExecutionResult를 가져옵니다. (다음에서 상속됨 Activity) |
ExecutionStatus |
사용되지 않음.
이 인스턴스의 현재 ActivityExecutionStatus를 가져옵니다. (다음에서 상속됨 Activity) |
InputActivityName |
사용되지 않음.
이전 WebServiceInputActivity 클래스의 이름을 가져오거나 설정합니다. |
IsDynamicActivity |
사용되지 않음.
활동이 워크플로 인스턴스의 기본 ActivityExecutionContext 내에서 실행 중인지 여부에 대한 정보를 가져옵니다. (다음에서 상속됨 Activity) |
Name |
사용되지 않음.
이 인스턴스의 이름을 가져오거나 설정합니다. 이 이름은 워크플로 프로젝트에 사용되는 프로그래밍 언어의 변수 명명 규칙을 따라야 합니다 (다음에서 상속됨 Activity) |
ParameterBindings |
사용되지 않음.
out/ref와 연관된 바인딩 컬렉션 및 해당 WebServiceInputActivity 메서드의 반환 값을 가져옵니다. |
Parent |
사용되지 않음.
이 CompositeActivity이 들어 있는 Activity를 가져옵니다. (다음에서 상속됨 Activity) |
ParentDependencyObject |
사용되지 않음.
DependencyObject 그래프의 부모 DependencyObject를 가져옵니다. (다음에서 상속됨 DependencyObject) |
QualifiedName |
사용되지 않음.
활동의 정규화된 이름을 가져옵니다. 정규화된 활동 이름은 워크플로 인스턴스에서 항상 고유합니다. (다음에서 상속됨 Activity) |
Site |
사용되지 않음.
Site의 DependencyObject 구성 요소에 대한 참조를 가져오거나 설정합니다. (다음에서 상속됨 DependencyObject) |
UserData |
사용되지 않음.
사용자 지정 데이터를 이 클래스 인스턴스와 연결하는 IDictionary를 가져옵니다. (다음에서 상속됨 DependencyObject) |
WorkflowInstanceId |
사용되지 않음.
인스턴스와 연결된 Guid를 가져옵니다. (다음에서 상속됨 Activity) |
메서드
이벤트
Canceling |
사용되지 않음.
활동 실행이 취소될 때 발생합니다. (다음에서 상속됨 Activity) |
Closed |
사용되지 않음.
Activity에서 실행을 완료했을 때 발생합니다. (다음에서 상속됨 Activity) |
Compensating |
사용되지 않음.
Activity에서 보정 메서드를 실행할 때 발생합니다. (다음에서 상속됨 Activity) |
Executing |
사용되지 않음.
Activity가 실행될 때 발생합니다. (다음에서 상속됨 Activity) |
Faulting |
사용되지 않음.
인스턴스를 실행하는 동안 예외가 발생하면 이 이벤트가 발생합니다. (다음에서 상속됨 Activity) |
SendingOutput |
사용되지 않음.
WebServiceOutputActivity가 출력을 클라이언트로 보내기 전에 발생합니다. |
StatusChanged |
사용되지 않음.
실행 중인 ActivityExecutionStatus의 Activity가 변경될 때 발생합니다. (다음에서 상속됨 Activity) |
명시적 인터페이스 구현
IComponent.Disposed |
사용되지 않음.
구성 요소의 Disposed 이벤트를 처리하는 메서드를 나타냅니다. (다음에서 상속됨 DependencyObject) |
IDynamicPropertyTypeProvider.GetAccessType(IServiceProvider, String) |
사용되지 않음.
지정된 속성의 액세스 형식을 반환합니다. |
IDynamicPropertyTypeProvider.GetPropertyType(IServiceProvider, String) |
사용되지 않음.
지정된 속성의 Type을 반환합니다. |
적용 대상
추가 정보
.NET