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
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable

Method Details

ComposeQuery() public méthode

public ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable
rootedQuery IEnumerable
url string
Résultat IEnumerable