Share via


BitsJob.AddFileToJob Method (Uri, String)

 

Adds a file to the BITS job.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public void AddFileToJob(
    Uri sourceUri,
    string destFilePath
)
public:
void AddFileToJob(
    Uri^ sourceUri,
    String^ destFilePath
)
Public Sub AddFileToJob (
    sourceUri As Uri,
    destFilePath As String
)

Parameters

  • sourceUri
    Type: System.Uri

    The URI to the source files.

See Also

BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top