Condividi tramite


IGrainBindingsProviderAttribute.GetBindings Metodo

Definizione

Ottiene le associazioni per il tipo a cui è associato questo attributo.

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))

Parametri

services
IServiceProvider

Provider del servizio.

grainClass
Type

Classe granulare.

grainType
GrainType

Tipo di granularità.

Restituisce

Associazioni per il granularità specificato.

Si applica a