MediaStreamingManager.RepairMediaStreamingMetadata Method ()
Synchronous method for repairing the metadata storing the information of media streaming
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public void RepairMediaStreamingMetadata()
public:
void RepairMediaStreamingMetadata()
Public Sub RepairMediaStreamingMetadata
Exceptions
Exception | Condition |
---|---|
SecurityAccessDeniedException | If the caller is not a member of the Administrators user group. |
IOException | If it failed to delete the metadata file due to an IO exception |
TimeoutException | If the Media Streaming Provider could not complete this operation within the time allotted. |
DependentProviderException | If a service or provider that the Media Streaming Provider depends upon either cannot be contacted or reported an error while helping with this request. |
MediaStreamingProviderNotAvailableException | If the Media Streaming Provider could not be contacted to receive this request within some amount of time. |
See Also
MediaStreamingManager Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top