MediaProtectionServiceCompletion.Complete(Boolean) Method

Definition

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.

Applies to