TIBCO Patterns Engine 5.0.0 .Net API
INetricsServerInterface.restore Method
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
INetricsServerInterface Interface
NetricsServerInterface Namespace