다음을 통해 공유


IGrainBindingsProviderAttribute.GetBindings 메서드

정의

이 특성이 연결된 형식에 대한 바인딩을 가져옵니다.

public System.Collections.Generic.IEnumerable<System.Collections.Generic.Dictionary<string,string>> GetBindings (IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType);
abstract member GetBindings : IServiceProvider * Type * Orleans.Runtime.GrainType -> seq<System.Collections.Generic.Dictionary<string, string>>
Public Function GetBindings (services As IServiceProvider, grainClass As Type, grainType As GrainType) As IEnumerable(Of Dictionary(Of String, String))

매개 변수

services
IServiceProvider

서비스 공급자입니다.

grainClass
Type

조직 클래스입니다.

grainType
GrainType

조직 형식입니다.

반환

지정된 조직에 대한 바인딩입니다.

적용 대상