ResponseTimeoutAttribute 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.
Specifies the response timeout for the interface method which it is specified on.
[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
Constructors
ResponseTimeoutAttribute(String) |
Specifies the response timeout for the interface method which it is specified on. |
Properties
Timeout |
Gets or sets the response timeout for this method. |