AssetCollection.Update Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Updates an asset.

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

Usage

'Usage
Dim instance As AssetCollection
Dim asset As IAsset

instance.Update(asset)

Syntax

'Declaration
Public Overrides Sub Update ( _
    asset As IAsset _
)
public override void Update (
    IAsset asset
)
public:
virtual void Update (
    IAsset^ asset
) override
public void Update (
    IAsset asset
)
public override function Update (
    asset : IAsset
)

Parameters

  • asset
    The asset to be updated.

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.

Platforms

Development Platforms

Windows 7, Windows Server 2008, Windows 8 Beta

Target Platforms

See Also

Reference

AssetCollection Class
AssetCollection Members
Microsoft.WindowsAzure.MediaServices.Client Namespace

Build Date:

2012-06-07