Share via


ProtocolForResultsOperation.ReportCompleted(ValueSet) Method

Definition

Indicates that the application activated for results is ready to return to the application that launched it for results.

public:
 virtual void ReportCompleted(ValueSet ^ data) = ReportCompleted;
void ReportCompleted(ValueSet const& data);
public void ReportCompleted(ValueSet data);
function reportCompleted(data)
Public Sub ReportCompleted (data As ValueSet)

Parameters

data
ValueSet

The data to return to the application that activated this app.

Note

The amount of data that can be transferred must not exceed 100 KB.

Applies to