Method | Description | |
---|---|---|
WhippedCreamDataServiceHost ( IUnityContainer container, |
Constructor.
|
Method | Description | |
---|---|---|
OnOpen ( System.TimeSpan timeout ) : void |
Overriden from DataServiceHost.
|
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | The amount of time to wait for the open to complete. |
return | void |
public WhippedCreamDataServiceHost ( IUnityContainer container, |
||
container | IUnityContainer | The IOC container used for dependency injection. |
serviceType | The type of service to host. | |
return | System |