MediaProtectionServiceCompletion.Complete(Boolean) 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 whether a protection service has completed successfully.
public:
virtual void Complete(bool success) = Complete;
void Complete(bool const& success);
public void Complete(bool success);
function complete(success)
Public Sub Complete (success As Boolean)
Parameters
- success
-
Boolean
bool
Indicates the successful completion of a protection service.
Remarks
This method completes the interaction with the service request or component load failure. It should only be called when an interaction with the service request object or handling of component load failures is completed. If this method is not called at that time the media playback system will be stalled indefinitely.