C# Class JSIStudios.SimpleRESTServices.Server.EventArgs.RESTRequestCompletedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: JSIStudios/SimpleRestServices

Public Methods

Method Description
RESTRequestCompletedEventArgs ( System.Guid requestId, object response, System.TimeSpan executionTime ) : System

Method Details

RESTRequestCompletedEventArgs() public method

public RESTRequestCompletedEventArgs ( System.Guid requestId, object response, System.TimeSpan executionTime ) : System
requestId System.Guid
response object
executionTime System.TimeSpan
return System