共用方式為


ClientOperation.DeserializeReply 屬性

定義

取得或設定值,這個值會指出是否使用 Formatter 屬性值來還原序列化回覆訊息。

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

屬性值

Boolean

true 如果傳回型別不是 ,則為 Message ,否則為 false

備註

使用 DeserializeReply 屬性,即可控制格式器要從傳入訊息還原序列化該傳回值,或是要將傳入訊息直接傳回做為傳回值。

適用於