Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
Note The functionality described in this topic is not generally available to Windows/Windows Phone apps. Unless you have been approved by Microsoft, your code may not call these APIs. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
Syntax
public void NotifyCompletion(
bool success
)
Public Sub NotifyCompletion(
success As Boolean
)
public:
void NotifyCompletion(
bool success
)
Parameters
success
Type: System.Boolean [.NET] | Platform::Boolean [C++]A value indicating if the operation was successful.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
Namespace |
Windows.Phone.SocialInformation Windows::Phone::SocialInformation [C++] |
Metadata |
Windows.WinMD |
See also
DownloadRichConnectDataOperation
NotifyCompletion