GraphSettings.RaiseEventsFromCurrentThread Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
RaiseEventsFromCurrentThread
Specifies whether to raise asynchronous events from the current working thread or
whether to raise them using a Synchronization
Declaration
public bool RaiseEventsFromCurrentThread { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to raise events using Synchronization |
Remarks
Events of synchronous methods are always raised from the current working thread.