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

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

Finishes the asynchronous execution of the RemovePermission operation.
public EndRemovePermission ( IAsyncResult asyncResult ) : Amazon.SimpleNotificationService.Model.RemovePermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemovePermission.
Результат Amazon.SimpleNotificationService.Model.RemovePermissionResponse
        public  RemovePermissionResponse EndRemovePermission(IAsyncResult asyncResult)
        {
            return EndInvoke<RemovePermissionResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient