GrainPropertiesResolver.TryGetGrainProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the grain properties for the provided type.
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
Parameters
- grainType
- GrainType
The grain type.
- properties
- GrainProperties
The grain properties.
Returns
A value indicating whether grain properties could be found for the provided grain type.