xInfo.shutDown(Boolean) 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.
Shuts down the client.
public:
virtual void shutDown(bool _force);
public virtual void shutDown (bool _force);
abstract member shutDown : bool -> unit
override this.shutDown : bool -> unit
Public Overridable Sub shutDown (_force As Boolean)
Parameters
- _force
- Boolean
A Boolean value that indicates whether the user is given the option to prevent the shutdown.