ParallelHelperEndSort Method
Waits for the pending asynchronous operation started by one of the
BeginSort methods to complete.
In .NET Framework 4.0 and above you can use the
SortAsync methods instead.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool EndSort(
IAsyncResult asyncResult
)
Public Shared Function EndSort (
asyncResult As IAsyncResult
) As Boolean
public:
static bool EndSort(
IAsyncResult^ asyncResult
)
static member EndSort :
asyncResult : IAsyncResult -> bool
- asyncResult IAsyncResult
- The reference to the pending asynchronous request to finish.
Boolean, if the operation completed successfully.
, if the operation has been canceled and
ThrowIfCanceled in the
asyncConfig parameter was set to
.