You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -9,4 +9,4 @@ namespace System.Activities.DurableInstancing
|
||||
DeleteNothing = 0,
|
||||
DeleteAll
|
||||
};
|
||||
}
|
||||
}
|
@@ -9,4 +9,4 @@ namespace System.Activities.DurableInstancing
|
||||
None = 0,
|
||||
GZip
|
||||
};
|
||||
}
|
||||
}
|
@@ -11,4 +11,4 @@ namespace System.Activities.DurableInstancing
|
||||
LoadByKey = 2,
|
||||
LoadByInstance = 3
|
||||
}
|
||||
}
|
||||
}
|
@@ -30,4 +30,4 @@ namespace System.Activities.DurableInstancing
|
||||
XmlQualifiedName,
|
||||
Unavailable = 99
|
||||
}
|
||||
}
|
||||
}
|
@@ -35,6 +35,8 @@ namespace System.Activities.DurableInstancing
|
||||
new RetryErrorCode(10054, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // Severed tcp connection drawn from the pool
|
||||
new RetryErrorCode(10060, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // The server was not found or was not accessible.
|
||||
new RetryErrorCode(10061, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Server not started
|
||||
new RetryErrorCode(10928, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Azure error - The limit for the database resource has been reached.
|
||||
new RetryErrorCode(10929, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Azure error - The server is currently too busy to support requests up to the maximum limit.
|
||||
new RetryErrorCode(40143, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Azure error - server encountered error processing the request.
|
||||
new RetryErrorCode(40197, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Azure error - server encountered error processing the request.
|
||||
new RetryErrorCode(40501, RetryErrorOptions.RetryBeginOrEnd | RetryErrorOptions.RetryWhenTransaction), // SQL Azure error - server is currently busy.
|
||||
|
@@ -10,4 +10,4 @@ namespace System.Activities.DurableInstancing
|
||||
SuspendInstance = 1,
|
||||
UnsuspendInstance = 2
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user