GetSmsMessagesOperation.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.
Specifies whether the asynchronous message retrieval operation has completed or not.
AsyncOperationWithProgressCompletedHandler<IVectorView<ISmsMessage>, int> Completed();
void Completed(AsyncOperationWithProgressCompletedHandler<IVectorView<ISmsMessage>, int> handler);
public AsyncOperationWithProgressCompletedHandler<IReadOnlyList<ISmsMessage>,int> Completed { get; set; }
var asyncOperationWithProgressCompletedHandler = getSmsMessagesOperation.completed;
getSmsMessagesOperation.completed = asyncOperationWithProgressCompletedHandler;
Public Property Completed As AsyncOperationWithProgressCompletedHandler(Of IReadOnlyList(Of ISmsMessage), Integer)
Property Value
AsyncOperationWithProgressCompletedHandler<IVectorView<ISmsMessage>,Int32>
AsyncOperationWithProgressCompletedHandler<IReadOnlyList<ISmsMessage>,Int32>
AsyncOperationWithProgressCompletedHandler<IVectorView<ISmsMessage>,int>
Specifies whether the asynchronous message operation has completed or not.
Implements
Windows requirements
App capabilities |
cellularMessaging
sms
|