SendParametersContent 클래스

정의

매개 변수 형식으로 워크플로 서비스로 또는 워크플로 서비스에서 데이터를 보낼 수 있습니다.

public ref class SendParametersContent sealed : System::ServiceModel::Activities::SendContent
[System.Windows.Markup.ContentProperty("Parameters")]
public sealed class SendParametersContent : System.ServiceModel.Activities.SendContent
[<System.Windows.Markup.ContentProperty("Parameters")>]
type SendParametersContent = class
    inherit SendContent
Public NotInheritable Class SendParametersContent
Inherits SendContent
상속
SendParametersContent
특성

예제

다음 예제에서는 클래스를 사용하는 SendParametersContent 방법을 보여줍니다.

new SendReply
{                           
    Request = receiveString,                            
    Content = new SendParametersContent
    {
        Parameters =
        {
            { "echo", new InArgument<string>(echo) }
        },
    }
},

설명

SendParametersContent 는 일반 WCF 클라이언트 및 서비스와 상호 운용할 수 있습니다. 컬렉션은 SendParametersContent C# 메서드 서명의 인수 선언과 유사합니다. 컬렉션에 SendParametersContent 메시지 계약 또는 형식 Message의 인수를 포함할 수 없습니다. 이러한 유형의 데이터에 사용합니다 SendMessageContent .

생성자

Name Description
SendParametersContent()

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

SendParametersContent(IDictionary<String,InArgument>)

지정된 매개 변수를 사용하여 클래스의 SendParametersContent 새 인스턴스를 초기화합니다.

속성

Name Description
Parameters

워크플로 서비스 작업 매개 변수를 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)

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

(다음에서 상속됨 Object)
GetHashCode()

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

(다음에서 상속됨 Object)
GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
ToString()

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

(다음에서 상속됨 Object)

적용 대상