ZarahDB..::..DeleteInstance Method

Deletes the instance.

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

Syntax


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

Parameters

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

Return Value

System.Boolean