174 references to FromSeconds
mscorlib (2)
system\runtime\remoting\remotingconfigparser.cs (2)
1815
TimeSpan span = TimeSpan.
FromSeconds
(0);
1839
case "s": span = TimeSpan.
FromSeconds
(value); break;
PresentationCore (24)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
4507
static Int64 s_TimeSpanTicksPerSecond = TimeSpan.
FromSeconds
(1).Ticks;
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
603
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
603
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
603
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
603
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
603
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
619
if (nextTickNeeded > TimeSpan.
FromSeconds
(1))
641
_promoteRenderOpToRender.Interval = TimeSpan.
FromSeconds
(1);
PresentationFramework (5)
src\Framework\System\Windows\Controls\ProgressBar.cs (4)
237
TimeSpan translateTime = TimeSpan.
FromSeconds
(((int)(endPos - startPos) / 200.0)); // travel at 200px /second
238
TimeSpan pauseTime = TimeSpan.
FromSeconds
(1.0); // pause 1 second between animations
246
startTime = TimeSpan.
FromSeconds
(-1*(_glow.Margin.Left-startPos)/200.0);
261
animation.KeyFrames.Add(new LinearThicknessKeyFrame(new Thickness(startPos,0,0,0), TimeSpan.
FromSeconds
(0)));
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
695
return TimeSpan.
FromSeconds
(1.0);
PresentationFramework.Aero (28)
Microsoft\Windows\Themes\BulletChrome.cs (6)
133
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
184
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
277
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
353
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
446
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
507
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
Microsoft\Windows\Themes\ButtonChrome.cs (13)
129
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
141
daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.
FromSeconds
(0.5)));
142
daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.
FromSeconds
(0.75)));
143
daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.
FromSeconds
(2.0)));
160
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
220
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
246
daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.
FromSeconds
(to1)));
247
daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.
FromSeconds
(to1 + 0.25)));
248
daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.
FromSeconds
(to1 + 1.5)));
249
daukf.KeyFrames.Add(new LinearDoubleKeyFrame(currentOpacity, TimeSpan.
FromSeconds
(2)));
257
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
309
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.1));
342
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.1));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
150
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
162
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (2)
92
TimeSpan translateTime = TimeSpan.
FromSeconds
(twiceWidth / 200.0); // travel at 200px /second
93
TimeSpan pauseTime = TimeSpan.
FromSeconds
(1.0); // pause 1 second between animations
Microsoft\Windows\Themes\ScrollChrome.cs (5)
119
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
156
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
231
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.2));
254
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
331
Duration duration = new Duration(TimeSpan.
FromSeconds
(0.3));
SMSvcHost (1)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
17
static TimeSpan FailureThrottlingTimeout = TimeSpan.
FromSeconds
(15);
System (6)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
566
ctx.CacheMaxAge = TimeSpan.
FromSeconds
(ctx.CacheCacheControl.SMaxAge);
580
ctx.CacheMaxAge = TimeSpan.
FromSeconds
(ctx.CacheCacheControl.MaxAge);
648
ctx.CacheMaxAge = TimeSpan.
FromSeconds
(maxAgeSeconds);
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
838
span = TimeSpan.
FromSeconds
(sec);
net\System\Net\Cache\IERequestCache.cs (1)
35
internal readonly static TimeSpan s_MaxTimeSpanForInt32 = TimeSpan.
FromSeconds
((double)int.MaxValue);
net\System\Net\Cache\RequestCacheEntry.cs (1)
61
m_MaxStale = TimeSpan.
FromSeconds
(entry.Info.U.ExemptDelta);
System.Activities (11)
System\Activities\ActivityDefaults.cs (10)
13
public static TimeSpan AcquireLockTimeout = TimeSpan.
FromSeconds
(30);
14
public static TimeSpan AsyncOperationContextCompleteTimeout = TimeSpan.
FromSeconds
(30);
15
public static TimeSpan CloseTimeout = TimeSpan.
FromSeconds
(30);
16
public static TimeSpan DeleteTimeout = TimeSpan.
FromSeconds
(30);
18
public static TimeSpan LoadTimeout = TimeSpan.
FromSeconds
(30);
19
public static TimeSpan OpenTimeout = TimeSpan.
FromSeconds
(30);
20
public static TimeSpan ResumeBookmarkTimeout = TimeSpan.
FromSeconds
(30);
21
public static TimeSpan SaveTimeout = TimeSpan.
FromSeconds
(30);
23
public static TimeSpan TrackingTimeout = TimeSpan.
FromSeconds
(30);
24
public static TimeSpan TransactionCompletionTimeout = TimeSpan.
FromSeconds
(30);
System\Activities\Statements\TimerTable.cs (1)
112
this.AddTimer(TimeSpan.
FromSeconds
(retryDuration), bookmark);
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\LoadRetryConstantStrategy.cs (1)
11
static readonly TimeSpan defaultRetryDelay = TimeSpan.
FromSeconds
(5);
System\Activities\DurableInstancing\LoadRetryExponentialBackoffStrategy.cs (1)
11
readonly TimeSpan DefaultBackoffLimit = TimeSpan.
FromSeconds
(10);
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (5)
21
static readonly TimeSpan defaultConnectionOpenTime = TimeSpan.
FromSeconds
(15);
22
static readonly TimeSpan defaultInstancePersistenceEventDetectionPeriod = TimeSpan.
FromSeconds
(5);
23
static readonly TimeSpan defaultLockRenewalPeriod = TimeSpan.
FromSeconds
(30);
24
static readonly TimeSpan minimumTimeSpanAllowed = TimeSpan.
FromSeconds
(1);
184
this.bufferedHostLockRenewalPeriod = TimeSpan.
FromSeconds
(Math.Min(Int32.MaxValue, lockBuffer + this.HostLockRenewalPeriod.TotalSeconds));
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreConstants.cs (3)
12
public static readonly TimeSpan MaxHostLockRenewalPulseInterval = TimeSpan.
FromSeconds
(30);
13
public static readonly TimeSpan DefaultTaskTimeout = TimeSpan.
FromSeconds
(30);
14
public static readonly TimeSpan LockOwnerTimeoutBuffer = TimeSpan.
FromSeconds
(30);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1532
var dt = new DispatcherTimer(TimeSpan.
FromSeconds
(6), DispatcherPriority.ApplicationIdle, (sender, e) => { tip.IsOpen = false; }, r.Dispatcher);
System.ComponentModel.DataAnnotations (3)
DataAnnotations\EmailAddressAttribute.cs (1)
59
TimeSpan matchTimeout = TimeSpan.
FromSeconds
(2);
DataAnnotations\PhoneAttribute.cs (1)
74
TimeSpan matchTimeout = TimeSpan.
FromSeconds
(2);
DataAnnotations\UrlAttribute.cs (1)
52
TimeSpan matchTimeout = TimeSpan.
FromSeconds
(2);
System.Configuration (2)
System\Configuration\TimeSpanSecondsConverter.cs (1)
40
return TimeSpan.
FromSeconds
((double)min);
System\Configuration\ValidatorUtils.cs (1)
103
ValidateResolution(TimeSpan.
FromSeconds
( resolutionInSeconds ).ToString(), value.Ticks, resolutionInSeconds * TimeSpan.TicksPerSecond);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1532
var dt = new DispatcherTimer(TimeSpan.
FromSeconds
(6), DispatcherPriority.ApplicationIdle, (sender, e) => { tip.IsOpen = false; }, r.Dispatcher);
System.Management (2)
managementquery.cs (2)
3050
withinInterval = TimeSpan.
FromSeconds
(((IConvertible)intervalString).ToDouble(null));
3063
groupWithinInterval = TimeSpan.
FromSeconds
(((IConvertible)intervalString).ToDouble(null));
System.Messaging (5)
System\Messaging\Design\TimeoutConverter.cs (2)
52
return TimeSpan.
FromSeconds
((double)uint.MaxValue);
59
return TimeSpan.
FromSeconds
(totalSeconds);
System\Messaging\Message.cs (3)
48
public static readonly TimeSpan InfiniteTimeout = TimeSpan.
FromSeconds
(UInt32.MaxValue);
1696
return TimeSpan.
FromSeconds
((uint)properties.GetUI4(NativeMethods.MESSAGE_PROPID_TIME_TO_BE_RECEIVED));
1746
return TimeSpan.
FromSeconds
((uint)properties.GetUI4(NativeMethods.MESSAGE_PROPID_TIME_TO_REACH_QUEUE));
System.Runtime.Remoting (5)
channels\core\socketcache.cs (1)
341
private static TimeSpan _socketTimeoutPollTime = TimeSpan.
FromSeconds
(10);
channels\ipc\portcache.cs (2)
44
private static TimeSpan _socketTimeoutPollTime = TimeSpan.
FromSeconds
(10);
45
private static TimeSpan _portLifetime = TimeSpan.
FromSeconds
(10);
channels\tcp\tcpclientchannel.cs (2)
340
private TimeSpan _socketCacheTimeout = TimeSpan.
FromSeconds
(10); // default timeout is 5 seconds
603
_socketCacheTimeout = TimeSpan.
FromSeconds
(timeout);
System.ServiceModel (18)
System\ServiceModel\Activation\ListenerConstants.cs (3)
25
public static readonly TimeSpan RegistrationCloseTimeout = TimeSpan.
FromSeconds
(2);
37
public static readonly TimeSpan ServiceStartTimeout = TimeSpan.
FromSeconds
(10);
39
public static readonly TimeSpan WasConnectTimeout = TimeSpan.
FromSeconds
(120);
System\ServiceModel\Channels\DnsCache.cs (1)
21
static readonly TimeSpan cacheTimeout = TimeSpan.
FromSeconds
(2);
System\ServiceModel\Channels\LifetimeManager.cs (1)
209
CloseCore(TimeSpan.
FromSeconds
(1), true);
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
16
TimeSpan messageTimeoutInterval = TimeSpan.
FromSeconds
(60);
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
338
result = lockQueue.TryPeek(message, TimeSpan.
FromSeconds
(0));
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
577
return TimeSpan.
FromSeconds
(seconds);
System\ServiceModel\Channels\PeerHelpers.cs (2)
503
public static TimeSpan ForwardInterval = TimeSpan.
FromSeconds
(10);
504
public static TimeSpan ForwardTimeout = TimeSpan.
FromSeconds
(60);
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
52
static TimeSpan TimeToWaitForStatus = TimeSpan.
FromSeconds
(15);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
1405
static public TimeSpan UnknownInitiationTime = TimeSpan.
FromSeconds
(2);
1406
static public TimeSpan RequestorIterationTime = TimeSpan.
FromSeconds
(10);
1407
static public TimeSpan RequestorReceiveTime = TimeSpan.
FromSeconds
(10);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
269
new BackoffTimeoutHelper(TimeSpan.MaxValue, TimeSpan.FromMinutes(5), TimeSpan.
FromSeconds
(30));
System\ServiceModel\Channels\SocketConnection.cs (1)
2090
TimeSpan listenTimeout = TimeSpan.
FromSeconds
(1);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
26
public static readonly TimeSpan CloseAfterFaultTimeout = TimeSpan.
FromSeconds
(10);
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
208
TimeSpan LockWait = TimeSpan.
FromSeconds
(5);
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1385
TimeSpan.
FromSeconds
(600), PrepareAsyncCompletion(handleEndWaitForStoreEvents), this);
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
34
static TimeSpan defaultOpenTimeout = TimeSpan.
FromSeconds
(90);
35
static TimeSpan defaultCloseTimeout = TimeSpan.
FromSeconds
(90);
System\ServiceModel\Activities\WorkflowServiceHost.cs (3)
32
static readonly TimeSpan defaultPersistTimeout = TimeSpan.
FromSeconds
(30);
33
static readonly TimeSpan defaultTrackTimeout = TimeSpan.
FromSeconds
(30);
484
this.FilterResumeTimeout = TimeSpan.
FromSeconds
(AppSettings.FilterResumeTimeoutInSeconds);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Configuration\FindCriteriaElement.cs (1)
149
TimeSpan.
FromSeconds
(20),
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
26
static TimeSpan defaultCloseDuration = TimeSpan.
FromSeconds
(60);
System\ServiceModel\Discovery\ResolveCriteria.cs (1)
17
static TimeSpan defaultDuration = TimeSpan.
FromSeconds
(20);
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (1)
23
public readonly static TimeSpan DefaultStopTimeout = TimeSpan.
FromSeconds
(30);
System.Web (17)
Configuration\BufferModeSettings.cs (1)
66
TimeSpan.
FromSeconds
(1),
Configuration\HealthMonitoringSection.cs (2)
262
TimeSpan.
FromSeconds
((long)DEFAULT_HEARTBEATINTERVAL),
264
new TimeSpanValidator(TimeSpan.Zero, TimeSpan.
FromSeconds
(MAX_HEARTBEAT_VALUE)),
Configuration\HostingEnvironmentSection.cs (1)
38
TimeSpan.
FromSeconds
((double)DefaultShutdownTimeout),
Configuration\HttpCapabilitiesEvaluator.cs (1)
144
_cachetime = TimeSpan.
FromSeconds
(60); // one minute default expiry
Configuration\HttpCapabilitiesSectionHandler.cs (1)
267
capabilitiesEvaluator.CacheTime = TimeSpan.
FromSeconds
(cacheTime);
Configuration\HttpRuntimeSection.cs (3)
78
TimeSpan.
FromSeconds
((double)DefaultExecutionTimeout),
152
TimeSpan.
FromSeconds
((double)DefaultShutdownTimeout),
159
TimeSpan.
FromSeconds
((double)DefaultDelayNotificationTimeout),
Configuration\PagesSection.cs (1)
148
TimeSpan.
FromSeconds
((double)Page.DefaultAsyncTimeoutSeconds),
Configuration\ProcessModelSection.cs (1)
101
TimeSpan.
FromSeconds
(5),
Configuration\SessionStateSection.cs (3)
95
TimeSpan.
FromSeconds
((long)
118
TimeSpan.
FromSeconds
((long)
128
TimeSpan.
FromSeconds
(0),
Hosting\SuspendManager.cs (1)
19
private static readonly TimeSpan _suspendMethodTimeout = TimeSpan.
FromSeconds
(5);
UI\DataSourceCache.cs (1)
212
slidingExpiryTimeSpan = TimeSpan.
FromSeconds
(Duration);
UI\Page.cs (1)
3978
AsyncTimeout = TimeSpan.
FromSeconds
((double)Page.DefaultAsyncTimeoutSeconds);
System.Web.DataVisualization (6)
Common\General\ChartElement.cs (1)
1301
span = TimeSpan.
FromSeconds
(interval);
WebForm\General\ChartHttpHandler.cs (5)
852
private TimeSpan _timeout = TimeSpan.
FromSeconds
(30);
1123
this.Timeout = TimeSpan.
FromSeconds
(seconds);
1282
this.Timeout = TimeSpan.
FromSeconds
(3); ;
1765
private TimeSpan _itemLifeTime = TimeSpan.
FromSeconds
(360);
1792
this._current.Value.Created = DateTime.Now - this._itemLifeTime - TimeSpan.
FromSeconds
(1);
System.Windows.Forms.DataVisualization (1)
Common\General\ChartElement.cs (1)
1301
span = TimeSpan.
FromSeconds
(interval);
System.WorkflowServices (7)
System\ServiceModel\Persistence\PersistenceProvider.cs (1)
12
internal static readonly TimeSpan DefaultOpenClosePersistenceTimout = TimeSpan.
FromSeconds
(15);
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (6)
26
static readonly TimeSpan maxSecondsTimeSpan = TimeSpan.
FromSeconds
(int.MaxValue);
144
(value > TimeSpan.
FromSeconds
(int.MaxValue) && value != TimeSpan.MaxValue))
197
Fx.Assert(this.lockTimeout <= TimeSpan.
FromSeconds
(int.MaxValue),
299
Fx.Assert(timeout <= TimeSpan.
FromSeconds
(int.MaxValue),
1243
get { return TimeSpan.
FromSeconds
(15); }
1248
get { return TimeSpan.
FromSeconds
(15); }
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
146
splashScreen.Close(TimeSpan.
FromSeconds
(0.3));
WsatConfig (4)
Configuration\MsdtcWrapper.cs (2)
221
controller.WaitForStatus(System.ServiceProcess.ServiceControllerStatus.Stopped, TimeSpan.
FromSeconds
(30));
229
controller.WaitForStatus(System.ServiceProcess.ServiceControllerStatus.Running, TimeSpan.
FromSeconds
(30));
Configuration\RemoteHelper.cs (1)
40
ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.
FromSeconds
(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96
ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.
FromSeconds
(15), false);
WsatUI (4)
Configuration\MsdtcWrapper.cs (2)
221
controller.WaitForStatus(System.ServiceProcess.ServiceControllerStatus.Stopped, TimeSpan.
FromSeconds
(30));
229
controller.WaitForStatus(System.ServiceProcess.ServiceControllerStatus.Running, TimeSpan.
FromSeconds
(30));
Configuration\RemoteHelper.cs (1)
40
ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.
FromSeconds
(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96
ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.
FromSeconds
(15), false);