[TIBCO.EMS .NET Admin client library 6.0 documentation]

Query a server to determine whether a restart is required to complete state changes.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool RestartRequired { get; }
Public ReadOnly Property RestartRequired As Boolean
public:
property bool RestartRequired {
	bool get ();
}

Return Value

True if the server requires a restart to attain a state consistent with the configuration.

Remarks

This allows the server to be checked before issuing a restart.

See Also