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