SendContent 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別的抽象基底類別,代表傳送至工作流程服務的資料。
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))
},
方法
Create(IDictionary<String,InArgument>) |
使用指定的參數,建立新的 SendParametersContent 執行個體。 |
Create(InArgument) |
使用指定的訊息,建立新的 SendMessageContent 執行個體。 |
Create(InArgument, Type) |
使用指定的訊息和訊息型別,建立新的 SendMessageContent 執行個體。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |