ExecuteResource Method

Glimpse API

IGlimpseRuntime ExecuteResource Method Glimpse API Documentation
Executes the resource.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void ExecuteResource(
	string resourceName,
	ResourceParameters parameters
)
void ExecuteResource(
	string resourceName,
	ResourceParameters parameters
)

Parameters

resourceName
Type: OnlineSystem String
Name of the resource.
parameters
Type: Glimpse.Core.Framework ResourceParameters
The parameters.
Remarks

Specifically, with the ASP.NET provider, this is wired to the ProcessRequest method.
See Also