Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents an interface for the range of the dependencies.
Namespace: System.Web.Http.Dependencies
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IDependencyScope _
Inherits IDisposable
'Usage
Dim instance As IDependencyScope
public interface IDependencyScope : IDisposable
public interface class IDependencyScope : IDisposable
type IDependencyScope =
interface
interface IDisposable
end
public interface IDependencyScope extends IDisposable
The IDependencyScope type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | (Inherited from IDisposable.) |
![]() |
GetService | Retrieves a service from the scope. |
![]() |
GetServices | Retrieves a collection of services from the scope. |
Top
.jpeg)