Share via


IOperation Interface

[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.]

Describes an Operation.

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

Syntax

'Declaration
Public Interface IOperation
'Usage
Dim instance As IOperation
public interface IOperation
public interface class IOperation
type IOperation =  interface end
public interface IOperation

The IOperation type exposes the following members.

Properties

  Name Description
Public property ErrorCode Gets operation error code.
Public property ErrorMessage Gets description of the error.
Public property Id Gets unique identifier of the Operation.
Public property State Gets operation state.
Public property TargetEntityId Id of the entity associated with this operation.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace