GetSmsMessagesOperation.Progress 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.
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
AsyncOperationProgressHandler<IVectorView<ISmsMessage>,Int32>
AsyncOperationProgressHandler<IReadOnlyList<ISmsMessage>,Int32>
A handler for progress update events of an asynchronous operation.
Implements
Windows requirements
App capabilities |
cellularMessaging
sms
|