SetCompletedEvent<T>
Method
Sets the completion event, same as setting the event using the completed property, but returns the operation itself.
Parameters
| Parameter | Description |
|---|---|
| T operation | SpatialAsyncOperation type |
| Action<T> callback | Callback function |