MediaStreamingManager.SetMediaLibraryNameAsyncCompleted Event
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