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 arguments for the completed event.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.MediaStreaming.MediaLibraryNameAsyncCompletedEventArgs
Syntax
public class MediaLibraryNameAsyncCompletedEventArgs : AsyncCompletedEventArgs
public ref class MediaLibraryNameAsyncCompletedEventArgs : AsyncCompletedEventArgs
Public Class MediaLibraryNameAsyncCompletedEventArgs
Inherits AsyncCompletedEventArgs
Properties
Name | Description | |
---|---|---|
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
MediaLibraryName | Gets the name of the media library. |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() |
ToString() | (Inherited from Object.) |
Remarks
Used by the GetMediaLibraryNameAsyncCompleted and SetMediaLibraryNameAsyncCompleted events.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top