InvokableCustomInitializerAttribute
class
Namespace: Orleans
Applied to interface method attribute types to specify a method to be called on invokable objects which are created when invoking that interface method.
public sealed class InvokableCustomInitializerAttribute : AttributeConstructors
InvokableCustomInitializerAttribute(string)Initializes a new instance of theInvokableCustomInitializerAttributeclass.InvokableCustomInitializerAttribute(string, object)Initializes a new instance of theInvokableCustomInitializerAttributeclass.
Properties
AttributeArgumentIndexGets or sets the index of the attribute argument to propagate to the custom initializer method.AttributeArgumentNameGets or sets the name of the attribute argument to propagate to the custom initializer method.MethodArgumentValueGets or sets the value to pass to the custom initializer method.MethodNameGets the name of the method.
