예제 #1
0
        public override void StartTracing()
        {
            INodeEndpointServerTracer tracer = this.server.Tracer;

            if (tracer == null)
            {
                throw new InvalidOperationException("This server does not support tracing.");
            }
            tracer.StartTracing();
        }