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

グレインの種類。

戻り値

指定したグレインのバインド。

適用対象