NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function restore( _ 
   ByVal tblnames As String() _ 
) As String()
C#
string[] restore(
   string[] tblnames
)
C++
array<String>^ restore(
   array<String>^ tblnames
) abstract 
J#
string[] restore(
   string[] tblnames
)
JScript
function restore(
   tblnames : String[]
) : String[]

See Also