AsyncConfigCompletedCallback Property

Gets or sets a callback that will be invoked when the operation is completed. This property is ignored for methods that expect a ParallelConfig parameter.
Default value: .

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public AsyncCallback? CompletedCallback { get; set; }

Property Value

AsyncCallback

See Also