ServerBaseUnRescue Method |
Takes the server out of rescue mode.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax Public Function UnRescue As Boolean
member UnRescue : unit -> bool
Return Value
Type:
Boolean if the server exited rescue mode; otherwise,
.
Exceptions Remarks
This operation is completed asynchronously. To wait for the server to exit rescue mode,
call
WaitForActive(Int32, NullableTimeSpan, ActionInt32).
Note |
---|
The provider may limit the duration of rescue mode, after which the rescue image is destroyed
and the server attempts to reboot. Rescue mode may be explicitly exited at any time by
calling UnRescue.
|
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also