Amazon.CodeDeploy.AmazonCodeDeployClient.EndCreateDeploymentGroup C# (CSharp) Метод

EndCreateDeploymentGroup() публичный Метод

Finishes the asynchronous execution of the CreateDeploymentGroup operation.
public EndCreateDeploymentGroup ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.CreateDeploymentGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeploymentGroup.
Результат Amazon.CodeDeploy.Model.CreateDeploymentGroupResponse
        public  CreateDeploymentGroupResponse EndCreateDeploymentGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentGroupResponse>(asyncResult);
        }
AmazonCodeDeployClient