RtBaseline_DeleteTransfer
The RtBaseline_DeleteTransfer method/function deletes an existing AFTransfer in the AFDatabase.
Web Method Synopsis (C# Syntax)
public DataSet RtBaseline\_RtBaseline\_DeleteTransfer(
string sAFPath,
string sTransferID,
DateTime dStartTime,
DateTime dEndTime);
Output Result
BOOL® Returns a TRUE/FALSE flag, indicating whether the action was performed with error (FALSE) or without error (TRUE).
Input Parameters
sAFPath (STRING) ® AF Database path that must exist in the following format: \\Server\Database. If a NULL or empty string is specified, the Web Service tries to look up the element in the configured default SERVER and DATABASE configured in the machine that is running the Web Services.
sAFTransferID (STRING) ® The name of the Transfer (Mandatory).
dStartTime (DATETIME) ® StartTime of the search for transfer deletion (Mandatory).*
dEndTime (DATETIME) ® EndTime of the Transfer (Optional). If left NULL, the search will be until NOW.*.
Note: The StartTime must fall before the EndTime. Otherwise, an error is given.