ServiceRequestedEventArgs.Completion Property
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.
Returns an indication of the completion of the service request.
public:
property MediaProtectionServiceCompletion ^ Completion { MediaProtectionServiceCompletion ^ get(); };
MediaProtectionServiceCompletion Completion();
public MediaProtectionServiceCompletion Completion { get; }
var mediaProtectionServiceCompletion = serviceRequestedEventArgs.completion;
Public ReadOnly Property Completion As MediaProtectionServiceCompletion
Property Value
An object that contains an indication of the completion of the service request.