Amazon.CloudFormation.AmazonCloudFormationClient.EndGetTemplate C# (CSharp) Method

EndGetTemplate() public method

Finishes the asynchronous execution of the GetTemplate operation.
public EndGetTemplate ( IAsyncResult asyncResult ) : GetTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTemplate.
return GetTemplateResponse
        public  GetTemplateResponse EndGetTemplate(IAsyncResult asyncResult)
        {
            return EndInvoke<GetTemplateResponse>(asyncResult);
        }
AmazonCloudFormationClient