共用方式為


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

粒紋類別。

grainType
GrainType

粒紋類型。

傳回

指定細微性的系結。

實作

適用於