C# Class Glimpse.SignalR.Invocations.PluginDataResource

The IResource implementation responsible for providing the Glimpse client a listing of Ajax requests, filtered by parent request ID.
Inheritance: IResource, IKey
Afficher le fichier Open project: stevenlauwers22/Glimpse.SignalR

Méthodes publiques

Méthode Description
Execute ( IResourceContext context ) : IResourceResult

Executes the specified resource with the specific context.

Private Methods

Méthode Description
FormatInvocationArguments ( IEnumerable invocationArguments ) : object
FormatInvocationResult ( InvocationResultModel invocationResult ) : object
FormatInvocations ( IEnumerable invocations ) : object

Method Details

Execute() public méthode

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