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
- deploymentUri
Type: System.Uri
- key
Type: System.String
- value
Type: System.String
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.