| IndexHelperIsInstanceAvailable Method (String, String, String) |
Shows if instance available
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static bool IsInstanceAvailable(
string repository,
string index,
string instance
)
Public Shared Function IsInstanceAvailable (
repository As String,
index As String,
instance As String
) As Boolean
Parameters
- repository
- Type: SystemString
Repository name - index
- Type: SystemString
Index name - instance
- Type: SystemString
Instance name
Return Value
Type:
BooleanTrue if instance is available
See Also