SharedFoldersAsyncCompletedEventArgs Class
Represents the arguments for the GetSharedFoldersAsyncCompleted event.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.MediaStreaming.SharedFoldersAsyncCompletedEventArgs
Syntax
public class SharedFoldersAsyncCompletedEventArgs : AsyncCompletedEventArgs
public ref class SharedFoldersAsyncCompletedEventArgs : AsyncCompletedEventArgs
Public Class SharedFoldersAsyncCompletedEventArgs
Inherits AsyncCompletedEventArgs
Properties
Name | Description | |
---|---|---|
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
|
Error | (Inherited from AsyncCompletedEventArgs.) |
|
SharedFolders | Gets the results of the GetSharedFolderAsync method. |
|
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