1 write to Timeout
System.Management (1)
System\Management\ManagementOptions.cs (1)
229this.Timeout = timeout;
12 references to Timeout
System.Management (12)
System\Management\ManagementEventWatcher.cs (2)
424int timeout = (ManagementOptions.InfiniteTimeout == options.Timeout) 426(int)options.Timeout.TotalMilliseconds;
System\Management\ManagementObjectCollection.cs (2)
529int 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)
568return new EnumerationOptions(newContext, Timeout, blockSize, Rewindable, 720return new EventWatcherOptions(newContext, Timeout, blockSize); 864return new ObjectGetOptions(newContext, Timeout, UseAmendedQualifiers); 1024return new PutOptions(newContext, Timeout, UseAmendedQualifiers, Type); 1111return new DeleteOptions(newContext, Timeout); 1198return new InvokeMethodOptions(newContext, Timeout); 1658authority, impersonation, authentication, enablePrivileges, newContext, Timeout); 1704optionsTmp = new ConnectionOptions(options.Context, options.Timeout, options.Flags);