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

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

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