Exemplo n.º 1
0
        public void Initialize(CallSafeHandle call)
        {
            call.SetCompletionRegistry(environment.CompletionRegistry);

            server.AddCallReference(this);
            InitializeInternal(call);
        }
Exemplo n.º 2
0
 public void Initialize(CallSafeHandle call)
 {
     call.SetCompletionRegistry(environment.CompletionRegistry);
     environment.DebugStats.ActiveServerCalls.Increment();
     InitializeInternal(call);
 }