Compartir a través de


ImplicitChannelSubscriptionAttribute.GetBindings Método

Definición

Obtiene los enlaces del tipo al que está asociado este atributo.

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

Parámetros

services
IServiceProvider

Proveedor de servicios.

grainClass
Type

Clase de grano.

grainType
GrainType

Tipo de grano.

Devoluciones

Enlaces para el grano especificado.

Implementaciones

Se aplica a