Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndCreateApplication C# (CSharp) Method

EndCreateApplication() public method

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