JsonResourceResult Constructor (Object, String)

Glimpse API

JsonResourceResult Constructor (Object, String) Glimpse API Documentation
Initializes a new instance of the JsonResourceResult class.

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

Syntax

public JsonResourceResult(
	Object data,
	string callback
)
public JsonResourceResult(
	Object data,
	string callback
)

Parameters

data
Type: OnlineSystem Object
The data.
callback
Type: OnlineSystem String
The callback.
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionAn exception is thrown is data is null.
See Also