Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndDeletePlatformApplication C# (CSharp) Метод

EndDeletePlatformApplication() публичный Метод

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.
Результат Amazon.SimpleNotificationService.Model.DeletePlatformApplicationResponse
        public  DeletePlatformApplicationResponse EndDeletePlatformApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<DeletePlatformApplicationResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient