Skip to content

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 : Attribute

Constructors

Properties

  • AttributeArgumentIndex Gets or sets the index of the attribute argument to propagate to the custom initializer method.
  • AttributeArgumentName Gets or sets the name of the attribute argument to propagate to the custom initializer method.
  • MethodArgumentValue Gets or sets the value to pass to the custom initializer method.
  • MethodName Gets the name of the method.