Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndDeletePlatformApplication C# (CSharp) Méthode

EndDeletePlatformApplication() public méthode

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.
Résultat Amazon.SimpleNotificationService.Model.DeletePlatformApplicationResponse
        public  DeletePlatformApplicationResponse EndDeletePlatformApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<DeletePlatformApplicationResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient