GrainClient.GetResponseTimeout 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.
Get a timeout of responses on this Orleans client.
public static TimeSpan GetResponseTimeout ();
static member GetResponseTimeout : unit -> TimeSpan
Public Shared Function GetResponseTimeout () As TimeSpan
Returns
The response timeout.
Exceptions
Thrown if Orleans runtime is not correctly initialized before this call.