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

EndCreateApplication() public method

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
return Amazon.CodeDeploy.Model.CreateApplicationResponse
        public  CreateApplicationResponse EndCreateApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateApplicationResponse>(asyncResult);
        }
AmazonCodeDeployClient