Esempio n. 1
0
 internal ClientRequestMessage(string clientType, RequestType type, IPathTransaction transaction)
 {
     this.clientType = clientType;
     this.type = type;
     this.transaction = transaction;
 }
Esempio n. 2
0
 protected virtual void OnTransactionDisposed(string pathName, IPathTransaction transaction)
 {
 }
Esempio n. 3
0
 public PathTransaction(PathClientService service, int id, IPathContext context, IPathTransaction transaction)
 {
     this.service = service;
     this.id = id;
     this.transaction = transaction;
     this.context = context;
 }
Esempio n. 4
0
 protected virtual void OnTransactionCommitted(string pathName, IPathTransaction transaction, DataAddress dataAddress)
 {
 }