AddAppointmentOperation.ReportCompleted(String) Method
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.
Call this method to inform the activating app that the operation was completed successfully. Provide a unique appointment ID as the itemID parameter.
public:
virtual void ReportCompleted(Platform::String ^ itemId) = ReportCompleted;
void ReportCompleted(winrt::hstring const& itemId);
public void ReportCompleted(string itemId);
function reportCompleted(itemId)
Public Sub ReportCompleted (itemId As String)
Parameters
- itemId
-
String
Platform::String
winrt::hstring
A unique appointment ID that the activating app can later use to remove this appointment if necessary.
Windows requirements
App capabilities |
appointmentsSystem
|