AsyncHelperHandleCompleted Method
This method can be used to immediately finish a synchronous operation that does not have a return value.
See the
Examples section of the
AsyncHelper class for details.
The example uses the similarly working
FromResult method.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static void HandleCompleted(
ParallelConfig? configuration
)
Public Shared Sub HandleCompleted (
configuration As ParallelConfig
)
public:
static void HandleCompleted(
ParallelConfig^ configuration
)
static member HandleCompleted :
configuration : ParallelConfig -> unit
Parameters
- configuration ParallelConfig
- The configuration for the operation.