Share via


DeploymentService.BeginAddBuildDeploymentProperty Method

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Function BeginAddBuildDeploymentProperty ( _
    deploymentUri As Uri, _
    key As String, _
    value As String, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
public IAsyncResult BeginAddBuildDeploymentProperty(
    Uri deploymentUri,
    string key,
    string value,
    AsyncCallback callback,
    Object state
)
public:
IAsyncResult^ BeginAddBuildDeploymentProperty(
    Uri^ deploymentUri, 
    String^ key, 
    String^ value, 
    AsyncCallback^ callback, 
    Object^ state
)
member BeginAddBuildDeploymentProperty : 
        deploymentUri:Uri * 
        key:string * 
        value:string * 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult
public function BeginAddBuildDeploymentProperty(
    deploymentUri : Uri, 
    key : String, 
    value : String, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

DeploymentService Class

Microsoft.TeamFoundation.Build.Client Namespace