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

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

Initiates the asynchronous execution of the GetVaultNotifications operation.
public GetVaultNotificationsAsync ( GetVaultNotificationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Glacier.Model.GetVaultNotificationsRequest Container for the necessary parameters to execute the GetVaultNotifications operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetVaultNotificationsResponse> GetVaultNotificationsAsync(GetVaultNotificationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetVaultNotificationsRequestMarshaller();
            var unmarshaller = GetVaultNotificationsResponseUnmarshaller.Instance;

            return InvokeAsync<GetVaultNotificationsRequest,GetVaultNotificationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonGlacierClient