AccidentalFish.ApplicationSupport.Core.Logging.Implementation.CallContextCorrelationIdProvider.CallContextCorrelationIdProvider C# (CSharp) Méthode

CallContextCorrelationIdProvider() public méthode

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