DeploymentService.EndAddBuildDeploymentProperty Method
End the async operation BeginAddBuildDeploymentProperty
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Sub EndAddBuildDeploymentProperty ( _
result As IAsyncResult _
)
public void EndAddBuildDeploymentProperty(
IAsyncResult result
)
public:
void EndAddBuildDeploymentProperty(
IAsyncResult^ result
)
member EndAddBuildDeploymentProperty :
result:IAsyncResult -> unit
public function EndAddBuildDeploymentProperty(
result : IAsyncResult
)
Parameters
result
Type: System.IAsyncResultIAsyncResult that saved variable information from the corresponding Begin call.
.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.