Amazon.CodeDeploy.AmazonCodeDeployClient.EndCreateDeploymentGroup C# (CSharp) Method

EndCreateDeploymentGroup() public method

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.
return Amazon.CodeDeploy.Model.CreateDeploymentGroupResponse
        public  CreateDeploymentGroupResponse EndCreateDeploymentGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentGroupResponse>(asyncResult);
        }
AmazonCodeDeployClient