1 write to autoCompleteTransaction
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
31
set { this.
autoCompleteTransaction
= value; }
2 references to autoCompleteTransaction
System.ServiceModel (2)
System\ServiceModel\OperationBehaviorAttribute.cs (2)
30
get { return this.
autoCompleteTransaction
; }
107
dispatch.TransactionAutoComplete = this.
autoCompleteTransaction
;