AccidentalFish.ApplicationSupport.Core.Logging.Implementation.CallContextCorrelationIdProvider.CallContextCorrelationIdProvider C# (CSharp) Method

CallContextCorrelationIdProvider() public method

public CallContextCorrelationIdProvider ( string callContextKey ) : System.Runtime.Remoting.Messaging
callContextKey string
return System.Runtime.Remoting.Messaging
        public CallContextCorrelationIdProvider(string callContextKey)
        {
            _callContextKey = callContextKey;
        }
CallContextCorrelationIdProvider