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