/// <summary> /// Returns a name identifying the method. /// </summary> /// <returns>The name of the method.</returns> public override string GetMethodName() { if (!string.IsNullOrWhiteSpace(Name)) { return(Name); } return("isR" + (StickToPodUntilFull ? "t" : "f") + BufferThreshold.ToString(IOConstants.EXPORT_FORMAT_SHORTER, IOConstants.FORMATTER)); }
/// <summary> /// Returns a name identifying the method. /// </summary> /// <returns>The name of the method.</returns> public override string GetMethodName() { if (!string.IsNullOrWhiteSpace(Name)) { return(Name); } return("isCL" + BufferThreshold.ToString(IOConstants.EXPORT_FORMAT_SHORTER, IOConstants.FORMATTER)); }