Amazon.CodeDeploy.AmazonCodeDeployClient.EndCreateApplication C# (CSharp) 메소드

EndCreateApplication() 공개 메소드

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.
리턴 Amazon.CodeDeploy.Model.CreateApplicationResponse
        public  CreateApplicationResponse EndCreateApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateApplicationResponse>(asyncResult);
        }
AmazonCodeDeployClient