====== ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource ======
{{section>upgrade_map_suite_to_10.0}}
This is an asynchronous HTTP handler which is used to handle web map services.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource
===== Inheritance Hierarchy =====
*System.Object
**[[ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource]]
===== Members Summary =====
==== Public Constructors ====
^ Name ^ Parameters ^ DeclaringType ^ Summary ^
| {{wiki:PublicMethod.gif|Public Method}}[[#MultiThreadTileResource()|MultiThreadTileResource]] | | | This is the default constructor for the TileResource class. |
==== Protected Constructors ====
^ Name ^ Parameters ^ DeclaringType ^ Summary ^
==== Public Methods ====
^ Name ^ Parameters ^ DeclaringType ^ Summary ^
| {{wiki:PublicMethod.gif|Public Method}}[[#BeginProcessRequest(HttpContext, AsyncCallback, Object)|BeginProcessRequest]] | HttpContext, AsyncCallback, Object | | Initiates an asynchronous call to the HTTP handler. |
| {{wiki:PublicMethod.gif|Public Method}}[[#EndProcessRequest(IAsyncResult)|EndProcessRequest]] | IAsyncResult | | Provides an asynchronous process End method when the process ends. |
| {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | |
| {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | |
| {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | |
| {{wiki:PublicMethod.gif|Public Method}}[[#ProcessRequest(HttpContext)|ProcessRequest]] | HttpContext | | Enables processing of HTTP Web requests by a custom HttpHandler. |
| {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | |
==== Protected Methods ====
^ Name ^ Parameters ^ DeclaringType ^ Summary ^
| {{wiki:ProtectedMethod.gif|Protected Method}}[[#BeginProcessRequestCore(HttpContext, AsyncCallback, Object)|BeginProcessRequestCore]] | HttpContext, AsyncCallback, Object | | Initiates an asynchronous call to the HTTP handler. |
| {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndProcessRequestCore(IAsyncResult)|EndProcessRequestCore]] | IAsyncResult | | Provides an asynchronous process End method when the process ends. |
| {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | |
| {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | |
| {{wiki:ProtectedMethod.gif|Protected Method}}[[#ProcessRequestCore(HttpContext)|ProcessRequestCore]] | HttpContext | | Enables processing of HTTP Web requests by a custom HttpHandler. |
==== Public Properties ====
^ Name ^ Return ^ DeclaringType ^ Summary ^
| {{wiki:PublicProperty.gif|Public Property}}[[#IsReusable|IsReusable]] | Boolean | | Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance. |
==== Protected Properties ====
^ Name ^ Return ^ DeclaringType ^ Summary ^
==== Public Events ====
^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^
===== Public Constructors =====
==== MultiThreadTileResource() ====
This is the default constructor for the TileResource class.
=== Remarks ===
This is the default constructor for the TileResource class.
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Public Constructors|Go Back]]
===== Protected Constructors =====
===== Public Methods =====
==== BeginProcessRequest(HttpContext, AsyncCallback, Object) ====
Initiates an asynchronous call to the HTTP handler.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#BeginProcessRequest.28HttpContext.2C_AsyncCallback.2C_Object.29
=== Return Value ===
^ Return Type ^ Description ^
| IAsyncResult | A System.IAsyncResult that contains information about the status of the process. |
=== Parameters ===
^ Name ^ Type ^ Description ^
| context | HttpContext | A System.Web.HttpContext object that provides references to intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
| cb | AsyncCallback | The System.AsyncCallback to call when the asynchronous method call is complete. If cb is null, the delegate is not called. |
| extraData | Object | Any extra data needed to process the request. |
[[#Public Methods|Go Back]]
==== EndProcessRequest(IAsyncResult) ====
Provides an asynchronous process End method when the process ends.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#EndProcessRequest.28IAsyncResult.29
=== Return Value ===
^ Return Type ^ Description ^
| Void | |
=== Parameters ===
^ Name ^ Type ^ Description ^
| result | IAsyncResult | A System.IAsyncResult that contains information about the status of the process. |
[[#Public Methods|Go Back]]
==== Equals(Object) ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#Equals.28Object.29
=== Return Value ===
^ Return Type ^ Description ^
| Boolean | |
=== Parameters ===
^ Name ^ Type ^ Description ^
| obj | Object | |
[[#Public Methods|Go Back]]
==== GetHashCode() ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#GetHashCode.28.29
=== Return Value ===
^ Return Type ^ Description ^
| Int32 | |
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Public Methods|Go Back]]
==== GetType() ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#GetType.28.29
=== Return Value ===
^ Return Type ^ Description ^
| Type | |
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Public Methods|Go Back]]
==== ProcessRequest(HttpContext) ====
Enables processing of HTTP Web requests by a custom HttpHandler.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#ProcessRequest.28HttpContext.29
=== Return Value ===
^ Return Type ^ Description ^
| Void | |
=== Parameters ===
^ Name ^ Type ^ Description ^
| context | HttpContext | A System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
[[#Public Methods|Go Back]]
==== ToString() ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#ToString.28.29
=== Return Value ===
^ Return Type ^ Description ^
| String | |
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Public Methods|Go Back]]
===== Protected Methods =====
==== BeginProcessRequestCore(HttpContext, AsyncCallback, Object) ====
Initiates an asynchronous call to the HTTP handler.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#BeginProcessRequestCore.28HttpContext.2C_AsyncCallback.2C_Object.29
=== Return Value ===
^ Return Type ^ Description ^
| IAsyncResult | A System.IAsyncResult that contains information about the status of the process. |
=== Parameters ===
^ Name ^ Type ^ Description ^
| context | HttpContext | A System.Web.HttpContext object that provides references to intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. |
| cb | AsyncCallback | The System.AsyncCallback to call when the asynchronous method call is complete. If cb is null, the delegate is not called. |
| extraData | Object | Any extra data needed to process the request. |
[[#Protected Methods|Go Back]]
==== EndProcessRequestCore(IAsyncResult) ====
Provides an asynchronous process End method when the process ends.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#EndProcessRequestCore.28IAsyncResult.29
=== Return Value ===
^ Return Type ^ Description ^
| Void | |
=== Parameters ===
^ Name ^ Type ^ Description ^
| result | IAsyncResult | A System.IAsyncResult that contains information about the status of the process. |
[[#Protected Methods|Go Back]]
==== Finalize() ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#Finalize.28.29
=== Return Value ===
^ Return Type ^ Description ^
| Void | |
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Protected Methods|Go Back]]
==== MemberwiseClone() ====
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#MemberwiseClone.28.29
=== Return Value ===
^ Return Type ^ Description ^
| Object | |
=== Parameters ===
^ Name ^ Type ^ Description ^
[[#Protected Methods|Go Back]]
==== ProcessRequestCore(HttpContext) ====
Enables processing of HTTP Web requests by a custom HttpHandler.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#ProcessRequestCore.28HttpContext.29
=== Return Value ===
^ Return Type ^ Description ^
| Void | |
=== Parameters ===
^ Name ^ Type ^ Description ^
| context | HttpContext | |
[[#Protected Methods|Go Back]]
===== Public Properties =====
==== IsReusable ====
Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance.
=== Remarks ===
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource#IsReusable
=== Return Value ===
^ Return Type ^
| Boolean |
[[#Public Properties|Go Back]]
===== Protected Properties =====
===== Public Events =====
__NOTOC__
[[Category:WebEdition]]
[[Category:ThinkGeo.MapSuite.WebEdition]]
[[Category:UpdateDocumentation]]