Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub addChildTable( _ ByVal child_tbl_name As String, _ ByVal child_recs As NetricsTableRecSrc _ ) |
| C# |
|---|
| public void addChildTable( string child_tbl_name, NetricsTableRecSrc child_recs ) |
| C++ |
|---|
| public: void addChildTable( String child_tbl_name, NetricsTableRecSrc child_recs ) sealed |
| J# |
|---|
| public void addChildTable( string child_tbl_name, NetricsTableRecSrc child_recs ) |
| JScript |
|---|
| public
function addChildTable( child_tbl_name : String, child_recs : NetricsTableRecSrc ) |