Interface IScopedServiceProvider
The scoped provider creates services instantiated under its scope so so that if they require to be disposed they will along this provider
Namespace: Unity.Services.Multiplayer.Editor.Shared.DependencyInversion
Assembly: Unity.Services.Multiplayer.Editor.Shared.dll
Syntax
public interface IScopedServiceProvider : IServiceProvider, IDisposable
Methods
CreateScope()
Creates a scoped provider
Declaration
IScopedServiceProvider CreateScope()
Returns
Type | Description |
---|---|
IScopedServiceProvider | The scoped provider |