Share via


BulkIngestMediaContext.SaveTo Method

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

Saves the ingest manifest to an output.

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

Usage

'Usage
Dim instance As BulkIngestMediaContext
Dim output As XmlWriter
Dim returnValue As Guid

returnValue = instance.SaveTo(output)

Syntax

'Declaration
Public Function SaveTo ( _
    output As XmlWriter _
) As Guid
public Guid SaveTo (
    XmlWriter output
)
public:
Guid SaveTo (
    XmlWriter^ output
)
public Guid SaveTo (
    XmlWriter output
)
public function SaveTo (
    output : XmlWriter
) : Guid

Parameters

  • output
    The XmlWriter object used to write the output to.

Return Value

The ID of this bulk ingest operation.

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

BulkIngestMediaContext Class
BulkIngestMediaContext Members
Microsoft.WindowsAzure.MediaServices.Client.BulkIngest Namespace

Build Date:

2012-06-07