3 writes to options
System.Management (3)
managementeventwatcher.cs (3)
230
this.
options
= (EventWatcherOptions)options.Clone();
232
this.
options
= new EventWatcherOptions();
361
options
= (EventWatcherOptions)value.Clone ();
18 references to options
System.Management (18)
managementeventwatcher.cs (18)
233
this.
options
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
253
if (null !=
options
)
254
options
.IdentifierChanged -= new IdentifierChangedEventHandler (HandleIdentifierChange);
354
return
options
;
360
EventWatcherOptions oldOptions =
options
;
367
cachedObjects = new IWbemClassObjectFreeThreaded[
options
.BlockSize];
369
options
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
411
options
.Flags,
412
options
.GetContext (),
424
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[
options
.BlockSize];
426
int timeout = (ManagementOptions.InfiniteTimeout ==
options
.Timeout)
428
(int)
options
.Timeout.TotalMilliseconds;
430
status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)
options
.BlockSize, tempArray, ref cachedCount);
514
sink = new SinkForEventQuery(this,
options
.Context, wbemServices);
526
options
.GetContext(),
564
FireStopped (new StoppedEventArgs (
options
.Context, (int)ManagementStatus.OperationCanceled));
582
if (null ==
options
)
592
cachedObjects = new IWbemClassObjectFreeThreaded[
options
.BlockSize];