PersistentStateAttributeMapper.GetFactory 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
負責將 Facet 中繼資料對應至參數和 Facet 中繼資料的可快取處理站。
public Orleans.Factory<Orleans.Runtime.IGrainActivationContext,object> GetFactory (System.Reflection.ParameterInfo parameter, Orleans.Runtime.PersistentStateAttribute attribute);
public Orleans.Factory<Orleans.Runtime.IGrainContext,object> GetFactory (System.Reflection.ParameterInfo parameter, Orleans.Runtime.PersistentStateAttribute attribute);
abstract member GetFactory : System.Reflection.ParameterInfo * Orleans.Runtime.PersistentStateAttribute -> Orleans.Factory<Orleans.Runtime.IGrainActivationContext, obj>
override this.GetFactory : System.Reflection.ParameterInfo * Orleans.Runtime.PersistentStateAttribute -> Orleans.Factory<Orleans.Runtime.IGrainActivationContext, obj>
abstract member GetFactory : System.Reflection.ParameterInfo * Orleans.Runtime.PersistentStateAttribute -> Orleans.Factory<Orleans.Runtime.IGrainContext, obj>
override this.GetFactory : System.Reflection.ParameterInfo * Orleans.Runtime.PersistentStateAttribute -> Orleans.Factory<Orleans.Runtime.IGrainContext, obj>
Public Function GetFactory (parameter As ParameterInfo, attribute As PersistentStateAttribute) As Factory(Of IGrainActivationContext, Object)
Public Function GetFactory (parameter As ParameterInfo, attribute As PersistentStateAttribute) As Factory(Of IGrainContext, Object)
參數
- parameter
- ParameterInfo
參數資訊。
- attribute
- PersistentStateAttribute
傳回
用來為粒紋建立 Facet 實例的處理站。