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 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