MediaStreamingEnabledAsyncCompletedEventArgs Class
Represents the arguments for the MediaStreamingEnabledAsyncCompleted events.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.MediaStreaming.MediaStreamingEnabledAsyncCompletedEventArgs
Syntax
public class MediaStreamingEnabledAsyncCompletedEventArgs : AsyncCompletedEventArgs
public ref class MediaStreamingEnabledAsyncCompletedEventArgs : AsyncCompletedEventArgs
Public Class MediaStreamingEnabledAsyncCompletedEventArgs
Inherits AsyncCompletedEventArgs
Properties
Name | Description | |
---|---|---|
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Enabled | Indicates whether media streaming is enabled. |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
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.) |
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