ResponseTimeoutAttribute(String) Constructor
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.
public ResponseTimeoutAttribute (string timeout);
new Orleans.ResponseTimeoutAttribute : string -> Orleans.ResponseTimeoutAttribute
Public Sub New (timeout As String)
Parameters
- timeout
- String
The response timeout, using Parse(String) syntax.