3 writes to options
System.Management (3)
System\Management\ManagementEventWatcher.cs (3)
229
this.
options
= (EventWatcherOptions)options.Clone();
231
this.
options
= new EventWatcherOptions();
360
options
= (EventWatcherOptions)value.Clone();
18 references to options
System.Management (18)
System\Management\ManagementEventWatcher.cs (18)
232
this.
options
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
252
if (null !=
options
)
253
options
.IdentifierChanged -= new IdentifierChangedEventHandler(HandleIdentifierChange);
353
return
options
;
359
EventWatcherOptions oldOptions =
options
;
366
cachedObjects = new IWbemClassObjectFreeThreaded[
options
.BlockSize];
368
options
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
410
options
.Flags,
411
options
.GetContext(),
422
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[
options
.BlockSize];
424
int timeout = (ManagementOptions.InfiniteTimeout ==
options
.Timeout)
426
(int)
options
.Timeout.TotalMilliseconds;
428
status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)
options
.BlockSize, tempArray, ref cachedCount);
489
sink = new SinkForEventQuery(this,
options
.Context, wbemServices);
501
options
.GetContext(),
539
FireStopped(new StoppedEventArgs(
options
.Context, (int)ManagementStatus.OperationCanceled));
557
if (null ==
options
)
567
cachedObjects = new IWbemClassObjectFreeThreaded[
options
.BlockSize];