GetSmsMessagesOperation.Progress Property

Definition

Specifies the progress status of the asynchronous message operation.

AsyncOperationProgressHandler<IVectorView<ISmsMessage>, int> Progress();

void Progress(AsyncOperationProgressHandler<IVectorView<ISmsMessage>, int> handler);
public AsyncOperationProgressHandler<IReadOnlyList<ISmsMessage>,int> Progress { get; set; }
var asyncOperationProgressHandler = getSmsMessagesOperation.progress;
getSmsMessagesOperation.progress = asyncOperationProgressHandler;
Public Property Progress As AsyncOperationProgressHandler(Of IReadOnlyList(Of ISmsMessage), Integer)

Property Value

A handler for progress update events of an asynchronous operation.

Implements

Windows requirements

App capabilities
cellularMessaging sms

Applies to