Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndDeletePlatformApplication C# (CSharp) Method

EndDeletePlatformApplication() public method

Finishes the asynchronous execution of the DeletePlatformApplication operation.
public EndDeletePlatformApplication ( IAsyncResult asyncResult ) : Amazon.SimpleNotificationService.Model.DeletePlatformApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePlatformApplication.
return Amazon.SimpleNotificationService.Model.DeletePlatformApplicationResponse
        public  DeletePlatformApplicationResponse EndDeletePlatformApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<DeletePlatformApplicationResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient