Property HandleEventsAsync
HandleEventsAsync
Gets or sets a value indicating whether incoming events will be handled asynchronously.
public bool HandleEventsAsync { get; set; }
Property Value
- bool
true
if incoming events should be handled asynchronously; otherwise,false
.
Remarks
Client applications will typically prefer blocking calls for event handling. If this is the case, set this property to false
.