|
JobOperationManagerRemoveEntry Method |
Remove a entry from the database
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void RemoveEntry(
string entryID
)
Public Sub RemoveEntry (
entryID As String
)
public:
void RemoveEntry(
String^ entryID
)
member RemoveEntry :
entryID : string -> unit
Parameters
- entryID
- Type: SystemString
See Also