Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Encoders » Channel Extensibility   (RSS)

The GetProperty Picture

I drew this picture for myself while working on the guidelines for implementing GetProperty . I figured that other people might find it useful as well. One of the guidelines is that queryable properties on design time objects should flow to the corresponding

Implementation Guidelines for GetProperty

This post is just some quick thinking about guidelines for implementing the GetProperty method. These guidelines are still in development so think of this as a draft rather than real guidance at this time. Background: We provide an extensibility point

Using the BufferManager

A BufferManager recycles the byte buffers used when reading and writing buffered messages . There's some allocation overhead creating these frequently used buffers, making buffer recycling a net win in high-throughput scenarios. As you move to larger
 
Page view tracker