ResponseTimeoutAttribute Class

Definition

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.

Applies to