Amazon.StorageGateway.AmazonStorageGatewayClient.ResetCacheAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ResetCache operation.
public ResetCacheAsync ( ResetCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ResetCacheRequest Container for the necessary parameters to execute the ResetCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ResetCacheResponse> ResetCacheAsync(ResetCacheRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ResetCacheRequestMarshaller();
            var unmarshaller = ResetCacheResponseUnmarshaller.Instance;

            return InvokeAsync<ResetCacheRequest,ResetCacheResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonStorageGatewayClient::ResetCacheAsync ( string gatewayARN, System cancellationToken = default(CancellationToken) ) : Task
AmazonStorageGatewayClient