Commit b7e78d8f authored by Nick Craver's avatar Nick Craver

Cleanup: ProfileStorage

parent 2721ccae
......@@ -5,7 +5,7 @@
namespace StackExchange.Redis
{
class ProfileStorage : IProfiledCommand
internal class ProfileStorage : IProfiledCommand
{
#region IProfiledCommand Impl
public EndPoint EndPoint => Server.EndPoint;
......@@ -37,8 +37,8 @@ class ProfileStorage : IProfiledCommand
public ProfileStorage NextElement { get; set; }
private Message Message;
private ServerEndPoint Server;
private ProfileStorage OriginalProfiling;
private readonly ServerEndPoint Server;
private readonly ProfileStorage OriginalProfiling;
private DateTime MessageCreatedDateTime;
private long MessageCreatedTimeStamp;
......@@ -47,7 +47,7 @@ class ProfileStorage : IProfiledCommand
private long ResponseReceivedTimeStamp;
private long CompletedTimeStamp;
private ConcurrentProfileStorageCollection PushToWhenFinished;
private readonly ConcurrentProfileStorageCollection PushToWhenFinished;
private ProfileStorage(ConcurrentProfileStorageCollection pushTo, ServerEndPoint server, ProfileStorage resentFor, RetransmissionReasonType? reason)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment