TransactionFlowBindingElement.ShouldSerializeTransactionProtocol 方法

定义

返回用于事务流的事务处理协议是否可以进行序列化。Returns whether the transaction protocol used for transaction flow can be serialized.

public:
 bool ShouldSerializeTransactionProtocol();
public bool ShouldSerializeTransactionProtocol ();
member this.ShouldSerializeTransactionProtocol : unit -> bool
Public Function ShouldSerializeTransactionProtocol () As Boolean

返回

Boolean

如果此事务处理协议可被序列化,则为 true;否则为 falsetrue if the transaction protocol can be serialized; otherwise, false.

适用于