Member | Value | Description |
---|---|---|
threadingAsync | 1 | Implements Apartment Model threading without method blocking. |
threadingBlock | 0 | Implements Apartment Model threading with method blocking (UI messages are processed). |
threadingFree | 2 | Implements Free Model threading with method blocking (UI messages are not processed). |