NodeServicesOptions.InvocationTimeoutMilliseconds Property
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 maximum duration, in milliseconds, that your .NET code should wait for Node.js RPC calls to return.
public:
property int InvocationTimeoutMilliseconds { int get(); void set(int value); };
public int InvocationTimeoutMilliseconds { get; set; }
member this.InvocationTimeoutMilliseconds : int with get, set
Public Property InvocationTimeoutMilliseconds As Integer