1 write to Timeout
System.Management (1)
managementoptions.cs (1)
237
this.
Timeout
= timeout;
12 references to Timeout
System.Management (12)
managementeventwatcher.cs (2)
426
int timeout = (ManagementOptions.InfiniteTimeout == options.
Timeout
)
428
(int) options.
Timeout
.TotalMilliseconds;
managementobjectcollection.cs (2)
543
int timeout = (collectionObject.options.
Timeout
.Ticks == Int64.MaxValue) ?
544
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.
Timeout
.TotalMilliseconds;
managementoptions.cs (8)
563
return new EnumerationOptions (newContext,
Timeout
, blockSize, Rewindable,
715
return new EventWatcherOptions (newContext,
Timeout
, blockSize);
858
return new ObjectGetOptions (newContext,
Timeout
, UseAmendedQualifiers);
1012
return new PutOptions (newContext,
Timeout
, UseAmendedQualifiers, Type);
1099
return new DeleteOptions (newContext,
Timeout
);
1186
return new InvokeMethodOptions (newContext,
Timeout
);
1637
authority, impersonation, authentication, enablePrivileges, newContext,
Timeout
);
1682
optionsTmp = new ConnectionOptions(options.Context, options.
Timeout
, options.Flags);