Sanwar Ranwa
What is Transaction Propagation in WCF?
By Sanwar Ranwa in WCF on Feb 02 2018
  • Srimanta
    Mar, 2018 1

    It is the ability to propagate transaction across the boundaries of a single service. To enable the service follow the below code: set transactionFlow=true [ServiceContract] public interface IService {[OperationContract][TransactionFlow(TransactionFlowOption.Allowed)]int Add(int a, int b);[OperationContract]int Subtract(int a, int b); }

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS