Amazon.CodeDeploy.AmazonCodeDeployClient.EndUpdateDeploymentGroup C# (CSharp) 메소드

EndUpdateDeploymentGroup() 공개 메소드

Finishes the asynchronous execution of the UpdateDeploymentGroup operation.
public EndUpdateDeploymentGroup ( IAsyncResult asyncResult ) : UpdateDeploymentGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDeploymentGroup.
리턴 Amazon.CodeDeploy.Model.UpdateDeploymentGroupResponse
        public  UpdateDeploymentGroupResponse EndUpdateDeploymentGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateDeploymentGroupResponse>(asyncResult);
        }
AmazonCodeDeployClient