InvokeMethodNameAttribute Class

Definition

Applied to method attributes on invokable interfaces to specify the name of the method on the base type to call when submitting a request.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
    inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
Inheritance
InvokeMethodNameAttribute
Attributes

Constructors

InvokeMethodNameAttribute(String)

Initializes a new instance of the InvokeMethodNameAttribute class.

Properties

InvokeMethodName

Gets the name of the invoke method.

Applies to