ZarahDB..::..Restore Method

Restores the specified instance.

Namespace:  ZarahDB_Library
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


public static StatusMessageValue Restore(
	Uri instance,
	Uri backup,
	Nullable<int> timeoutSeconds
)
Public Shared Function Restore ( _
	instance As Uri, _
	backup As Uri, _
	timeoutSeconds As Nullable(Of Integer) _
) As StatusMessageValue
public:
static StatusMessageValue^ Restore(
	Uri^ instance, 
	Uri^ backup, 
	Nullable<int^> timeoutSeconds
)

Parameters

instance
Type: Uri
The instance.
backup
Type: Uri
The backup.
timeoutSeconds
Type: Nullable<(Of <(<'Int32>)>)>
The timeout seconds.

Return Value

ZarahDB_Library.StatusValue