OperationBaseCollection Class

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Represents a collection of IOperation.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.OperationBaseCollection

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Class OperationBaseCollection
'Usage
Dim instance As OperationBaseCollection
public class OperationBaseCollection
public ref class OperationBaseCollection
type OperationBaseCollection =  class end
public class OperationBaseCollection

The OperationBaseCollection type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetOperation Retrieves an operation by its Id.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace