Поделиться через


ImplicitStreamSubscriptionAttribute.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>>
override this.GetBindings : IServiceProvider * Type * Orleans.Runtime.GrainType -> seq<System.Collections.Generic.Dictionary<string, string>>
Public Iterator Overridable NotOverridable Function GetBindings (services As IServiceProvider, grainClass As Type, grainType As GrainType) As IEnumerable(Of Dictionary(Of String, String))

Параметры

services
IServiceProvider

Поставщик службы.

grainClass
Type

Класс grain.

grainType
GrainType

Тип grain.

Возвращаемое значение

Привязки для указанного элемента grain.

Реализации

Применяется к