C# 클래스 WhippedCream.DataServiceDataLayer.WhippedCreamDataServiceHost

This is the service host that Whipped Cream uses in order to allow dependency injection within WCF Data Services.
상속: System.Data.Services.DataServiceHost
파일 보기 프로젝트 열기: KCL5South/WhippedCream 1 사용 예제들

공개 메소드들

메소드 설명
WhippedCreamDataServiceHost ( IUnityContainer container, Type serviceType ) : System

Constructor.

보호된 메소드들

메소드 설명
OnOpen ( System.TimeSpan timeout ) : void

Overriden from DataServiceHost.

메소드 상세

OnOpen() 보호된 메소드

Overriden from DataServiceHost.
protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan The amount of time to wait for the open to complete.
리턴 void

WhippedCreamDataServiceHost() 공개 메소드

Constructor.
Thrown if is null.
public WhippedCreamDataServiceHost ( IUnityContainer container, Type serviceType ) : System
container IUnityContainer The IOC container used for dependency injection.
serviceType System.Type The type of service to host.
리턴 System