Share via


GetSmsDeviceOperation.Completed Property

Definition

Specifies whether the asynchronous SmsDevice object retrieval operation has completed or not.

AsyncOperationCompletedHandler<SmsDevice> Completed();

void Completed(AsyncOperationCompletedHandler<SmsDevice> handler);
public AsyncOperationCompletedHandler<SmsDevice> Completed { get; set; }
var asyncOperationCompletedHandler = getSmsDeviceOperation.completed;
getSmsDeviceOperation.completed = asyncOperationCompletedHandler;
Public Property Completed As AsyncOperationCompletedHandler(Of SmsDevice)

Property Value

A handler for the completed event of an asynchronous action.

Implements

Windows requirements

App capabilities
cellularMessaging sms

Applies to