Class ServicesContainerFactory
Factory class for creating instances of IServicesContainer.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Services.ServicesContainer
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public class ServicesContainerFactory
Methods
GetContainer()
Gets a new instance of IServicesContainer with the default parent container.
Declaration
public IServicesContainer GetContainer()
Returns
| Type | Description |
|---|---|
| IServicesContainer | A new instance of IServicesContainer. |
GetContainer(IServicesContainer)
Gets a new instance of IServicesContainer with the specified parent container.
Declaration
public IServicesContainer GetContainer(IServicesContainer parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IServicesContainer | parent | The parent container to use, or |
Returns
| Type | Description |
|---|---|
| IServicesContainer | A new instance of IServicesContainer. |