Поделиться через


GrainPropertiesResolver.TryGetGrainProperties Метод

Определение

Возвращает свойства grain для предоставленного типа.

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

Тип grain.

properties
GrainProperties

Свойства grain.

Возвращаемое значение

Значение, указывающее, можно ли найти свойства grain для указанного типа grain.

Применяется к