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:
.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public AsyncCallback? CompletedCallback { get; set; }
Public Property CompletedCallback As AsyncCallback
Get
Set
public:
property AsyncCallback^ CompletedCallback {
AsyncCallback^ get ();
void set (AsyncCallback^ value);
}
member CompletedCallback : AsyncCallback with get, set
Property Value
AsyncCallback