Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@@ -9,4 +9,4 @@ namespace System.Activities.DurableInstancing
DeleteNothing = 0,
DeleteAll
};
}
}

View File

@@ -9,4 +9,4 @@ namespace System.Activities.DurableInstancing
None = 0,
GZip
};
}
}

View File

@@ -11,4 +11,4 @@ namespace System.Activities.DurableInstancing
LoadByKey = 2,
LoadByInstance = 3
}
}
}

View File

@@ -30,4 +30,4 @@ namespace System.Activities.DurableInstancing
XmlQualifiedName,
Unavailable = 99
}
}
}

View File

@@ -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.

View File

@@ -10,4 +10,4 @@ namespace System.Activities.DurableInstancing
SuspendInstance = 1,
UnsuspendInstance = 2
};
}
}