Amazon.Glacier.AmazonGlacierClient.EndGetVaultNotifications C# (CSharp) Метод

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

Finishes the asynchronous execution of the GetVaultNotifications operation.
public EndGetVaultNotifications ( IAsyncResult asyncResult ) : GetVaultNotificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetVaultNotifications.
Результат Amazon.Glacier.Model.GetVaultNotificationsResponse
        public  GetVaultNotificationsResponse EndGetVaultNotifications(IAsyncResult asyncResult)
        {
            return EndInvoke<GetVaultNotificationsResponse>(asyncResult);
        }
AmazonGlacierClient