Method | Description | |
---|---|---|
DedicatedSynchronizedOperation ( System.Action action, Action |
Creates a new instance of the LongSynchronizedOperation class.
|
|
DedicatedSynchronizedOperation ( System.Action action, bool isBackground ) : System |
Creates a new instance of the LongSynchronizedOperation class.
|
Method | Description | |
---|---|---|
ExecuteActionAsync ( ) : void |
Executes the action on a separate thread.
|
Method | Description | |
---|---|---|
m_task_Running ( object sender, EventArgs |
public DedicatedSynchronizedOperation ( System.Action action, Action |
||
action | System.Action | The action to be performed during this operation. |
exceptionAction | Action |
The action to be performed if an exception is thrown from the action. |
isBackground | bool | Specifies if this operation will be a background thread. |
return | System |
public DedicatedSynchronizedOperation ( System.Action action, bool isBackground ) : System | ||
action | System.Action | The action to be performed during this operation. |
isBackground | bool | Specifies if this operation will be a background thread. |
return | System |