Home
last modified time | relevance | path

Searched refs:_leaseTime (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Lifetime/
H A DLifetimeServices.cs42 private static TimeSpan _leaseTime; field in System.Runtime.Remoting.Lifetime.LifetimeServices
51 _leaseTime = TimeSpan.FromMinutes (5); in LifetimeServices()
73 get { return _leaseTime; }
74 set { _leaseTime = value; }
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/
H A DBreakLeaseResult.php42 private $_leaseTime; variable in MicrosoftAzure\\Storage\\Blob\\Models\\BreakLeaseResult
69 return $this->_leaseTime;
81 $this->_leaseTime = $leaseTime;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingconfigparser.cs138 private TimeSpan _leaseTime; field in System.Runtime.Remoting.Activation.RemotingXmlConfigFileData.LifetimeEntry
147 return _leaseTime;
151 _leaseTime = value;