ProtocolForResultsOperation.ReportCompleted(ValueSet) 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.
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.