Ejemplo n.º 1
0
 public TOperationHandle(THandleIdentifier operationId, TOperationType operationType, bool hasResultSet) : this()
 {
     this.OperationId   = operationId;
     this.OperationType = operationType;
     this.HasResultSet  = hasResultSet;
 }
Ejemplo n.º 2
0
 public TOperationHandle(THandleIdentifier operationId, TOperationType operationType, Boolean hasResultSet) : this()
 {
     OperationId   = operationId;
     OperationType = operationType;
     HasResultSet  = hasResultSet;
 }