GetCompletionSourceMethodNameAttribute Class
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.
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. |