ClusterPage Methods |
The ClusterPage type exposes the following members.
Name | Description | |
---|---|---|
BeginServeRequest(IClusterLayer, JSONObject, HttpContext, AsyncCallback, Object) |
Starts asynchronously calculating the clusters for a cluster layer.
| |
BeginServeRequest(IClusterLayer, JSONObject, HttpRequest, HttpResponse, AsyncCallback, Object) |
Starts asynchronously calculating the clusters for a cluster layer.
| |
EndServeRequest |
Completes asynchronous calculation of the clusters on a cluster layer.
| |
ServeRequest(IClusterLayer, JSONObject, HttpContext) |
Synchronously calculates the clusters for a given cluster layer.
| |
ServeRequest(IClusterLayer, JSONObject, Page) |
Registers beginning and ending event handler delegates on an asynchronous page that
will calculate the clusters for a given cluster layer.
|