Ejemplo n.º 1
0
        /// <summary>
        /// Writes the Start Activity event
        /// </summary>
        public void Start(CasEntries hashes, UrgencyHint urgencyHint)
        {
            Start();

            if (TraceMethodArgumentsEnabled())
            {
                Write(
                    ParameterOptions,
                    new
                {
                    CasEntries  = hashes.ToETWFormat(),
                    UrgencyHint = urgencyHint,
                });
            }
        }