Altri test x dettIntervento

This commit is contained in:
Samuele E. Locatelli
2018-04-11 14:41:56 +02:00
parent e6ec15decf
commit 9f37711e15
30 changed files with 880 additions and 177 deletions
+11 -1
View File
@@ -5357,6 +5357,11 @@
Indicates the time allotted for a command or operation has expired.
</summary>
</member>
<member name="M:StackExchange.Redis.RedisTimeoutException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Serialization implementation; not intended for general usage
</summary>
</member>
<member name="P:StackExchange.Redis.RedisTimeoutException.Commandstatus">
<summary>
status of the command while communicating with Redis
@@ -5367,6 +5372,11 @@
Indicates a connection fault when communicating with redis
</summary>
</member>
<member name="M:StackExchange.Redis.RedisConnectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Serialization implementation; not intended for general usage
</summary>
</member>
<member name="P:StackExchange.Redis.RedisConnectionException.FailureType">
<summary>
The type of connection failure
@@ -5382,7 +5392,7 @@
Indicates an issue communicating with redis
</summary>
</member>
<member name="M:StackExchange.Redis.RedisException.#ctor(System.String)">
<member name="M:StackExchange.Redis.RedisException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Deserialization constructor; not intended for general usage
</summary>