SendContent 클래스

정의

워크플로 서비스로 전송된 데이터를 나타내는 클래스에 대한 추상 기본 클래스입니다.

public ref class SendContent abstract
public abstract class SendContent
type SendContent = class
Public MustInherit Class SendContent
상속
SendContent
파생

예제

다음 예제에서는 클래스를 SendContent 사용하여 활동에 대한 SendMessageContent 클래스를 지정하는 Send 방법을 보여줍니다.

new Send
{
    Endpoint = clientEndpoint,
    ServiceContractName = Constants.POContractName,
    OperationName = Constants.UpdatePOName,
    Content = SendContent.Create(new InArgument<PurchaseOrder>(po))
},

메서드

Name Description
Create(IDictionary<String,InArgument>)

지정된 매개 변수를 사용하여 새 SendParametersContent 인스턴스를 만듭니다.

Create(InArgument, Type)

지정된 메시지 및 메시지 유형을 사용하여 새 SendMessageContent 인스턴스를 만듭니다.

Create(InArgument)

지정된 메시지를 사용하여 새 SendMessageContent 인스턴스를 만듭니다.

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상