ManagedServiceRestartReplicaContent.TimeoutInSeconds 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.
The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.
public long? TimeoutInSeconds { get; set; }
member this.TimeoutInSeconds : Nullable<int64> with get, set
Public Property TimeoutInSeconds As Nullable(Of Long)