SendActivity.ServiceOperationInfo プロパティ

定義

SendActivity アクティビティが通信するサービスのコントラクトと操作を定義します。

public:
 property System::Workflow::Activities::TypedOperationInfo ^ ServiceOperationInfo { System::Workflow::Activities::TypedOperationInfo ^ get(); void set(System::Workflow::Activities::TypedOperationInfo ^ value); };
[System.ComponentModel.Browsable(true)]
public System.Workflow.Activities.TypedOperationInfo ServiceOperationInfo { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.ServiceOperationInfo : System.Workflow.Activities.TypedOperationInfo with get, set
Public Property ServiceOperationInfo As TypedOperationInfo

プロパティ値

コントラクト名、コントラクト型、操作名 (実際のメソッド名とは異なる場合があります)、操作が一方向の操作かどうか、および操作に関するパラメーターを含むメソッド情報を含む TypedOperationInfo オブジェクト。

属性

注釈

SendActivity アクティビティは、常に既存のコントラクトとその定義された操作を参照します。 SendActivity アクティビティがコントラクト自体を定義できるようにするプロビジョニングはありません。

適用対象