共用方式為


GrainPropertiesResolver.TryGetGrainProperties 方法

定義

取得所提供型別的細微性屬性。

public bool TryGetGrainProperties (Orleans.Runtime.GrainType grainType, out Orleans.Metadata.GrainProperties properties);
member this.TryGetGrainProperties : Orleans.Runtime.GrainType * GrainProperties -> bool
Public Function TryGetGrainProperties (grainType As GrainType, ByRef properties As GrainProperties) As Boolean

參數

grainType
GrainType

粒紋類型。

properties
GrainProperties

粒紋屬性。

傳回

值,指出是否可找到所提供之粒紋類型的細微性屬性。

適用於