Skip to content

ResponseTimeoutAttribute Constructors

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

ResponseTimeoutAttribute(string)

View source
public ResponseTimeoutAttribute(string timeout)
Specifies the response timeout for the interface method which it is specified on.

Parameters

timeoutstring
The response timeout, using System.TimeSpan.Parse syntax.