C# 클래스 Loggly.Retrieval.OrderedEvents

파일 보기 프로젝트 열기: Applied-Duality/Lx

공개 메소드들

메소드 설명
GetAwaiter ( ) : TaskAwaiter
OrderedEvents ( HttpClient client, FilteredEvents.Bool>.Func pattern, DatedEvents.Bool>.Func timeRange, bool descending ) : System
Select ( Loggly.Event>.Expression selector ) : ProjectedEvents
Skip ( int n ) : SkippedEvents
Take ( int n ) : TakenEvents

메소드 상세

GetAwaiter() 공개 메소드

public GetAwaiter ( ) : TaskAwaiter
리턴 TaskAwaiter

OrderedEvents() 공개 메소드

public OrderedEvents ( HttpClient client, FilteredEvents.Bool>.Func pattern, DatedEvents.Bool>.Func timeRange, bool descending ) : System
client System.Net.Http.HttpClient
pattern FilteredEvents.Bool>.Func
timeRange DatedEvents.Bool>.Func
descending bool
리턴 System

Select() 공개 메소드

public Select ( Loggly.Event>.Expression selector ) : ProjectedEvents
selector Loggly.Event>.Expression
리턴 ProjectedEvents

Skip() 공개 메소드

public Skip ( int n ) : SkippedEvents
n int
리턴 SkippedEvents

Take() 공개 메소드

public Take ( int n ) : TakenEvents
n int
리턴 TakenEvents