C# 클래스 Svg.Web.SvgHandler.SvgAsyncRenderState

Represents the state of a request for SVG rendering.
상속: IAsyncResult
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
SvgAsyncRenderState ( HttpContext context, AsyncCallback callback, object extraData ) : System

Initializes a new instance of the SvgAsyncRenderState class.

비공개 메소드들

메소드 설명
CompleteRequest ( ) : void

Indicates that the rendering is complete and the waiting thread may proceed.

메소드 상세

SvgAsyncRenderState() 공개 메소드

Initializes a new instance of the SvgAsyncRenderState class.
public SvgAsyncRenderState ( HttpContext context, AsyncCallback callback, object extraData ) : System
context System.Web.HttpContext The of the request.
callback AsyncCallback The delegate to be called when the rendering is complete.
extraData object The extra data.
리턴 System