DataWriterStoreOperation.Completed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the handler to call when the data store operation is complete.
AsyncOperationCompletedHandler<uint32_t> Completed();
void Completed(AsyncOperationCompletedHandler<uint32_t> handler);
public AsyncOperationCompletedHandler<uint> Completed { get; set; }
var asyncOperationCompletedHandler = dataWriterStoreOperation.completed;
dataWriterStoreOperation.completed = asyncOperationCompletedHandler;
Public Property Completed As AsyncOperationCompletedHandler(Of UInteger)
Property Value
The handler to call when the operation is complete.