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