GrainClient.SetResponseTimeout(TimeSpan) Method
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.
Set a timeout for responses on this Orleans client.
public static void SetResponseTimeout (TimeSpan timeout);
static member SetResponseTimeout : TimeSpan -> unit
Public Shared Sub SetResponseTimeout (timeout As TimeSpan)
Parameters
- timeout
- TimeSpan
Exceptions
Thrown if Orleans runtime is not correctly initialized before this call.