User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.multithreadtileresource

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.multithreadtileresource [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource ====== 
- 
- 
- 
-<!-- Class --> 
-This is an asynchronous HTTP handler which is used to handle web map services. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.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. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| IAsyncResult<​!-- System.IAsyncResult --> ​  | A System.IAsyncResult that contains information about the status of the process. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | HttpContext<​!-- System.Web.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<​!-- System.AsyncCallback --> ​  | The System.AsyncCallback to call when the asynchronous method call is complete. If cb is null, the delegate is not called. ​  | 
-| extraData ​  | Object<​!-- System.Object --> ​  | Any extra data needed to process the request. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#Public Methods|Go Back]] 
-==== EndProcessRequest(IAsyncResult) ==== 
-Provides an asynchronous process End method when the process ends. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| result ​  | IAsyncResult<​!-- System.IAsyncResult --> ​  | A System.IAsyncResult that contains information about the status of the process. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ProcessRequest(HttpContext) ==== 
-Enables processing of HTTP Web requests by a custom HttpHandler. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | HttpContext<​!-- System.Web.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. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== BeginProcessRequestCore(HttpContext,​ AsyncCallback,​ Object) ==== 
-Initiates an asynchronous call to the HTTP handler. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| IAsyncResult<​!-- System.IAsyncResult --> ​  | A System.IAsyncResult that contains information about the status of the process. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | HttpContext<​!-- System.Web.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<​!-- System.AsyncCallback --> ​  | The System.AsyncCallback to call when the asynchronous method call is complete. If cb is null, the delegate is not called. ​  | 
-| extraData ​  | Object<​!-- System.Object --> ​  | Any extra data needed to process the request. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#​Protected Methods|Go Back]] 
-==== EndProcessRequestCore(IAsyncResult) ==== 
-Provides an asynchronous process End method when the process ends. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| result ​  | IAsyncResult<​!-- System.IAsyncResult --> ​  | A System.IAsyncResult that contains information about the status of the process. ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== ProcessRequestCore(HttpContext) ==== 
-Enables processing of HTTP Web requests by a custom HttpHandler. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| context ​  | HttpContext<​!-- System.Web.HttpContext --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== IsReusable ==== 
-Gets a value indicating whether another request can use the System.Web.IHttpAsyncHandler instance. 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.MultiThreadTileResource --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.multithreadtileresource.1440040131.txt.gz ยท Last modified: 2015/09/21 03:34 (external edit)