refresh generale

This commit is contained in:
Samuele E. Locatelli
2017-10-17 12:17:47 +02:00
parent 1864a0b42d
commit c4e2b57f82
21 changed files with 19988 additions and 7 deletions
Binary file not shown.
@@ -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>
Binary file not shown.
Binary file not shown.
@@ -54,3 +54,4 @@ C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\bin\Rel
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Release\WebSCR_data.csprojResolveAssemblyReference.cache
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Release\WebSCR_data.dll
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebSCR\WebSCR_data\obj\Release\WebSCR_data.pdb
C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\WebSCR\WebSCR_data\obj\Release\WebSCR_data.csproj.CoreCompileInputs.cache
Binary file not shown.