GetCompletionSourceMethodNameAttribute Class

Definition

Applied to method attributes on invokable interfaces to specify the name of the method to call to get a completion source which is submitted to the submit method and eventually returned to the caller.

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

Constructors

GetCompletionSourceMethodNameAttribute(String)

Initializes a new instance of the GetCompletionSourceMethodNameAttribute class.

Properties

MethodName

Gets the name of the method used to get a completion source for requests submitted to the runtime.

Applies to