다음을 통해 공유


KeyedServiceCollection<TKey,TService>.GetServices 메서드

정의

이 컬렉션에서 모든 서비스를 가져옵니다.

public System.Collections.Generic.IEnumerable<Orleans.Runtime.IKeyedService<TKey,TService>> GetServices (IServiceProvider services);
abstract member GetServices : IServiceProvider -> seq<Orleans.Runtime.IKeyedService<'Key, 'Service>>
override this.GetServices : IServiceProvider -> seq<Orleans.Runtime.IKeyedService<'Key, 'Service>>
Public Function GetServices (services As IServiceProvider) As IEnumerable(Of IKeyedService(Of TKey, TService))

매개 변수

services
IServiceProvider

서비스 공급자입니다.

반환

IEnumerable<IKeyedService<TKey,TService>>

지정된 키 형식의 등록된 모든 서비스입니다.

구현

적용 대상