TransactionalStateAttributeMapper<TAttribute>.GetFactory 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.
public Orleans.Factory<Orleans.Runtime.IGrainActivationContext,object> GetFactory (System.Reflection.ParameterInfo parameter, TAttribute attribute);
public Orleans.Factory<Orleans.Runtime.IGrainContext,object> GetFactory (System.Reflection.ParameterInfo parameter, TAttribute attribute);
abstract member GetFactory : System.Reflection.ParameterInfo * 'Attribute -> Orleans.Factory<Orleans.Runtime.IGrainActivationContext, obj>
override this.GetFactory : System.Reflection.ParameterInfo * 'Attribute -> Orleans.Factory<Orleans.Runtime.IGrainActivationContext, obj>
abstract member GetFactory : System.Reflection.ParameterInfo * 'Attribute -> Orleans.Factory<Orleans.Runtime.IGrainContext, obj>
override this.GetFactory : System.Reflection.ParameterInfo * 'Attribute -> Orleans.Factory<Orleans.Runtime.IGrainContext, obj>
Public Function GetFactory (parameter As ParameterInfo, attribute As TAttribute) As Factory(Of IGrainActivationContext, Object)
Public Function GetFactory (parameter As ParameterInfo, attribute As TAttribute) As Factory(Of IGrainContext, Object)
Parameters
- parameter
- ParameterInfo
- attribute
- TAttribute