Click or drag to resize

ClusterPageServeRequest Method (IClusterLayer, JSONObject, Page)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Registers beginning and ending event handler delegates on an asynchronous page that will calculate the clusters for a given cluster layer.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void ServeRequest(
	IClusterLayer layer,
	JSONObject userObject,
	Page page
)

Parameters

layer
Type: Telogis.GeoBase.ClusteringIClusterLayer
The cluster layer.
userObject
Type: Telogis.GeoBase.SerializationJSONObject
User-specific information associated with the set of clusters in the layer, that will be set on the ClusterSet's UserObject property.
page
Type: System.Web.UIPage
The Page that has been requested by the client.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when page is null.
See Also