C# Class Microsoft.ApplicationServer.Http.Activation.HttpQueryableServiceHost.HttpQueryableBehavior.CountQueryComposer

Custom composer implementation that delegates all work to the WebApi built-in UrlComposer, but counts the total results before returning the response, and places the value in the call context.
Inheritance: IQueryComposer
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable

Method Details

ComposeQuery() public method

public ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable
rootedQuery IEnumerable
url string
return IEnumerable