C# 클래스 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.
상속: IQueryComposer
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable

메소드 상세

ComposeQuery() 공개 메소드

public ComposeQuery ( IEnumerable rootedQuery, string url ) : IEnumerable
rootedQuery IEnumerable
url string
리턴 IEnumerable