Amazon.EC2.AmazonEC2Client.EndCreatePlacementGroup C# (CSharp) Method

EndCreatePlacementGroup() public method

Finishes the asynchronous execution of the CreatePlacementGroup operation.
public EndCreatePlacementGroup ( IAsyncResult asyncResult ) : CreatePlacementGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePlacementGroup.
return CreatePlacementGroupResponse
        public  CreatePlacementGroupResponse EndCreatePlacementGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePlacementGroupResponse>(asyncResult);
        }
AmazonEC2Client