Finishes the asynchronous execution of the GetTemplate operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public GetTemplateResponse EndGetTemplate( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginGetTemplate.
 Return Value
 Return ValueReturns a GetTemplateResult from AmazonCloudFormation.
 See Also
 See Also