Enum EventSynchronizationStrategy
The way of the event synchronization.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum EventSynchronizationStrategy
Fields
Name | Description |
---|---|
AlwaysAsynchronous | Always call events asynchronously. |
AlwaysSynchronous | Always call events synchronously. |
Default | Events are called synchronously if user can do some action; that is, cancel the execution process for example. |