ResponseTimeoutAttribute Class
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.
Specifies the response timeout for the interface method which it is specified on.
C#
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ResponseTimeoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type ResponseTimeoutAttribute = class
inherit Attribute
Public NotInheritable Class ResponseTimeoutAttribute
Inherits Attribute
- Inheritance
-
ResponseTimeoutAttribute
- Attributes
Response |
Specifies the response timeout for the interface method which it is specified on. |
Timeout |
Gets or sets the response timeout for this method. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |