C# 클래스 Glimpse.SignalR.Invocations.PluginDataResource

The IResource implementation responsible for providing the Glimpse client a listing of Ajax requests, filtered by parent request ID.
상속: IResource, IKey
파일 보기 프로젝트 열기: stevenlauwers22/Glimpse.SignalR

공개 메소드들

메소드 설명
Execute ( IResourceContext context ) : IResourceResult

Executes the specified resource with the specific context.

비공개 메소드들

메소드 설명
FormatInvocationArguments ( IEnumerable invocationArguments ) : object
FormatInvocationResult ( InvocationResultModel invocationResult ) : object
FormatInvocations ( IEnumerable invocations ) : object

메소드 상세

Execute() 공개 메소드

Executes the specified resource with the specific context.
Exception thrown if is null.
public Execute ( IResourceContext context ) : IResourceResult
context IResourceContext The context.
리턴 IResourceResult