Method Remove
Remove(string)
Removes a request defined by terminator
. If a matching EscSeqReqStatus is
found and the number of outstanding requests is greater than 0, the number of outstanding requests is decremented.
If the number of outstanding requests is 0, the EscSeqReqStatus is removed from
Statuses.
public void Remove(string terminator)
Parameters
terminator
stringThe terminating string.