1 write to Timeout
System.Management (1)
System\Management\ManagementOptions.cs (1)
229
this.
Timeout
= timeout;
12 references to Timeout
System.Management (12)
System\Management\ManagementEventWatcher.cs (2)
424
int timeout = (ManagementOptions.InfiniteTimeout == options.
Timeout
)
426
(int)options.
Timeout
.TotalMilliseconds;
System\Management\ManagementObjectCollection.cs (2)
529
int timeout = (collectionObject.options.
Timeout
.Ticks == long.MaxValue) ?
530
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.
Timeout
.TotalMilliseconds;
System\Management\ManagementOptions.cs (8)
568
return new EnumerationOptions(newContext,
Timeout
, blockSize, Rewindable,
720
return new EventWatcherOptions(newContext,
Timeout
, blockSize);
864
return new ObjectGetOptions(newContext,
Timeout
, UseAmendedQualifiers);
1024
return new PutOptions(newContext,
Timeout
, UseAmendedQualifiers, Type);
1111
return new DeleteOptions(newContext,
Timeout
);
1198
return new InvokeMethodOptions(newContext,
Timeout
);
1658
authority, impersonation, authentication, enablePrivileges, newContext,
Timeout
);
1704
optionsTmp = new ConnectionOptions(options.Context, options.
Timeout
, options.Flags);