This counter displays the total number of times threads in the CLR have attempted to acquire a managed lock unsuccessfully. Managed locks can be acquired in many ways; by the "lock" statement in C# or by calling System.Monitor.Enter or by using MethodImplOptions.Synchronized custom attribute.
This counter displays the total number of threads currently waiting to acquire some managed lock in the application. This ...
This counter displays the total number of threads that have been recognized by the CLR since the start of this application; ...
This counter displays the total number of threads that waited to acquire some managed lock since the start of the application. ...
This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged ...
This counter displays the total number of times threads in the CLR have attempted to acquire a managed lock unsuccessfully. ...
This counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap Size; Gen 2 Heap Size and the Large Object Heap ...
This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was initialized ...
This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was not ...
This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the InstanceContext provided to ...