C# Class NSoft.NFramework.DataServices.AsyncDataServiceImpl

비동기 방식으로 DataService를 제공하는 클래스입니다.
Inheritance: DataServiceImpl
显示文件 Open project: debop/NFramework

Public Methods

Method Description
AsyncDataServiceImpl ( ) : System.Linq
AsyncDataServiceImpl ( IAdoRepository repository ) : System.Linq

Protected Methods

Method Description
DoProcessRequestItems ( RequestMessage requestMessage, ResponseMessage responseMessage ) : void

Method Details

AsyncDataServiceImpl() public method

public AsyncDataServiceImpl ( ) : System.Linq
return System.Linq

AsyncDataServiceImpl() public method

public AsyncDataServiceImpl ( IAdoRepository repository ) : System.Linq
repository IAdoRepository
return System.Linq

DoProcessRequestItems() protected method

protected DoProcessRequestItems ( RequestMessage requestMessage, ResponseMessage responseMessage ) : void
requestMessage NSoft.NFramework.DataServices.Messages.RequestMessage
responseMessage NSoft.NFramework.DataServices.Messages.ResponseMessage
return void