DispatchOperation.SerializeReply Property

Definition

Gets or sets a value that specifies whether the Formatter object serializes reply messages.

public:
 property bool SerializeReply { bool get(); void set(bool value); };
public bool SerializeReply { get; set; }
member this.SerializeReply : bool with get, set
Public Property SerializeReply As Boolean

Property Value

true if the Formatter property serializes the return values into a reply message; otherwise, false.

Remarks

Use the SerializeReply property to indicate whether the formatter serializes operation parameters into a reply message or whether the first parameter is sent as the outbound message.

Note

If set to false, the return value of the operation must be of type Message or an exception is thrown.

Applies to