ClusterPageServeRequest Method (IClusterLayer, JSONObject, Page) | |
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
)
Public Shared Sub ServeRequest (
layer As IClusterLayer,
userObject As JSONObject,
page As 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 See Also