User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.singlethreadtileresource

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.singlethreadtileresource [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.singlethreadtileresource [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource ====== ====== ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This is an asynchronous HTTP handler which is used to handle web map services. This is an asynchronous HTTP handler which is used to handle web map services.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource]]+    ***ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} SingleThreadTileResource() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#SingleThreadTileResource()|SingleThreadTileResource]] ​  ​| ​   |    | This is the default constructor for the TileResourceSingleThread class. ​  |+
  
 +  * //This is the default constructor for the TileResourceSingleThread class.//
 +== Remarks ==
 +  * //This is the default constructor for the TileResourceSingleThread class.//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ProcessRequest(HttpContext) ​**
-{{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 ==== +  ​* //Enables processing of HTTP Web requests by a custom HttpHandler.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{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 ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsReusable|IsReusable]] ​  | Boolean ​  ​| ​   | Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance. ​  |+  * Description:N/A
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​context//​ 
 +    * Type:​HttpContext 
 +    * Description:​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 Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== SingleThreadTileResource() ==== +== Remarks == 
-This is the default constructor for the TileResourceSingleThread class. +  ​* //N/A//
-=== Remarks ​=== +
-This is the default constructor for the TileResourceSingleThread class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:String 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-obj   ​| ​Object<!-- System.Object --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetType() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ProcessRequest(HttpContext) ==== +  * //N/A//
-Enables processing of HTTP Web requests by a custom HttpHandler. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| context ​  | HttpContext<​!-- System.Web.HttpContext --> ​  ​| ​System.Web.HttpContext object that provides references to the intrinsic server objects (for example: Request, Response, Session, and Server) used to service HTTP requests. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessRequestCore(HttpContext) **
  
-<!-- System.Object --> +  * //Enables processing of HTTP Web requests by a custom HttpHandler.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //context// 
-==== ProcessRequestCore(HttpContext) ​==== +    ​* ​Type:​HttpContext 
-Enables processing of HTTP Web requests by a custom HttpHandler. +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
- Name ^  ​Type ​ ​Description ​^ +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
-| context ​  | HttpContext<!-- System.Web.HttpContext --  |    ​|+ 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  ​* //N/A// 
 + 
 +== Return Value == 
 +  Type:Object 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsReusable **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== IsReusable ==== 
 Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance. Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Boolean<​!-- System.Boolean ​--> ​  |+== Return Value == 
 +  ​* ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SingleThreadTileResource --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MvcEdition]] +
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.mvcedition.singlethreadtileresource.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)