Пример #1
0
 public ServiceInstance AsServiceInstance()
 {
     return(ServiceInstance.FromService(this));
 }
Пример #2
0
 protected ServiceInstance NewChildService(ServiceConfiguration child)
 {
     return(Environment.NewServiceInstance(child, ServiceInstance.FromService(this)));
 }