NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Context and Remoting Counters

Title Definition
Channels The current number of channels loaded in the current application domain.
Context Proxies The number of context proxies. A call from an object in one context to an object in another context will go through a context proxy and will be affected by the policy that the combined context properties enforce. The number of context proxies should be small in a well behaved application.
Context-Bound Classes Loaded The number of context-bound classes that are currently loaded. These classes have overhead associated with them. They are typically used for transaction isolation or propagation.

Note: This counter is not yet implemented.

Context-Bound Objects Allocated/sec The rate at which context-bound objects are allocated.

Note: This counter is not yet implemented.

Contexts The current number of contexts.
Remote Calls (Total) The total number of remote calls. Remote calls are calls between processes, between application domains, or between machines.
Remote Calls/sec The remote call rate.

Note: This counter is not yet implemented.