Create a Delete Record Operation given a record key and parent key.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function Del( _ ByVal key As String, _ ByVal parent_key As String _ ) As NetricsRecOp |
| C# |
|---|
| public static NetricsRecOp Del( string key, string parent_key ) |
| C++ |
|---|
| public: static NetricsRecOp Del( String key, String parent_key ) |
| J# |
|---|
| public static NetricsRecOp Del( string key, string parent_key ) |
| JScript |
|---|
| public static
function Del( key : String, parent_key : String ) : NetricsRecOp |
Parameters
- key
- the key of the child record to be replaced.
- parent_key
- the parent key of the child record.
Return Value
a new NetricsRecOp object.