in aspnet/Microsoft.Samples.XMLA.HTTP/Microsoft.Samples.XMLA.HTTP.Proxy/ConnectionPool.cs [53:58]
public void RecordCheckOut()
{
IsCheckedOut = true;
LastCheckedOut = DateTime.Now;
TimesCheckedOut += 1;
}