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.
Represents the event that is raised when the SetMediaLibraryNameAsync method finishes.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public event EventHandler<MediaLibraryNameAsyncCompletedEventArgs> SetMediaLibraryNameAsyncCompleted
public:
event EventHandler<MediaLibraryNameAsyncCompletedEventArgs^>^ SetMediaLibraryNameAsyncCompleted {
void add(EventHandler<MediaLibraryNameAsyncCompletedEventArgs^>^ value);
void remove(EventHandler<MediaLibraryNameAsyncCompletedEventArgs^>^ value);
}
Public Event SetMediaLibraryNameAsyncCompleted As EventHandler(Of MediaLibraryNameAsyncCompletedEventArgs)
See Also
MediaStreamingManager Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top