Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event raised when the RepairMediaStreamingMetadataAsync method completes.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public event EventHandler<AsyncCompletedEventArgs> RepairMediaStreamingMetadataAsyncCompleted
public:
event EventHandler<AsyncCompletedEventArgs^>^ RepairMediaStreamingMetadataAsyncCompleted {
void add(EventHandler<AsyncCompletedEventArgs^>^ value);
void remove(EventHandler<AsyncCompletedEventArgs^>^ value);
}
Public Event RepairMediaStreamingMetadataAsyncCompleted As EventHandler(Of AsyncCompletedEventArgs)
See Also
MediaStreamingManager Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top