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