Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ResponseTimeoutAttribute Class

Definition

Namespace:
Orleans
Assembly:
Orleans.Serialization.Abstractions.dll
Package:
Microsoft.Orleans.Serialization.Abstractions v10.0.0
Package:
Microsoft.Orleans.Serialization.Abstractions v7.2.5
Package:
Microsoft.Orleans.Serialization.Abstractions v8.0.0
Package:
Microsoft.Orleans.Serialization.Abstractions v8.1.0
Package:
Microsoft.Orleans.Serialization.Abstractions v8.2.0
Package:
Microsoft.Orleans.Serialization.Abstractions v9.0.0
Package:
Microsoft.Orleans.Serialization.Abstractions v9.1.2
Source:
Annotations.cs
Source:
Annotations.cs
Source:
Annotations.cs
Source:
Annotations.cs
Source:
Annotations.cs
Source:
Annotations.cs
Source:
Annotations.cs

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

Name Description
ResponseTimeoutAttribute(String)

Specifies the response timeout for the interface method which it is specified on.

Properties

Name Description
Timeout

Gets or sets the response timeout for this method.

Applies to