AccidentalFish.ApplicationSupport.Core.Logging.Implementation.CallContextCorrelationIdProvider.CallContextCorrelationIdProvider C# (CSharp) Метод

CallContextCorrelationIdProvider() публичный Метод

public CallContextCorrelationIdProvider ( string callContextKey ) : System.Runtime.Remoting.Messaging
callContextKey string
Результат System.Runtime.Remoting.Messaging
        public CallContextCorrelationIdProvider(string callContextKey)
        {
            _callContextKey = callContextKey;
        }
CallContextCorrelationIdProvider