Svg.Web.SvgHandler.EndProcessRequest C# (CSharp) Method

EndProcessRequest() public method

Provides an asynchronous process End method when the process ends.
public EndProcessRequest ( IAsyncResult result ) : void
result IAsyncResult An that contains information about the status of the process.
return void
        public void EndProcessRequest(IAsyncResult result)
        {
            
        }