Amazon.ElastiCache.AmazonElastiCacheClient.RebootCacheClusterAsync C# (CSharp) Méthode

RebootCacheClusterAsync() public méthode

Initiates the asynchronous execution of the RebootCacheCluster operation.
public RebootCacheClusterAsync ( RebootCacheClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RebootCacheClusterRequest Container for the necessary parameters to execute the RebootCacheCluster operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<RebootCacheClusterResponse> RebootCacheClusterAsync(RebootCacheClusterRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RebootCacheClusterRequestMarshaller();
            var unmarshaller = RebootCacheClusterResponseUnmarshaller.Instance;

            return InvokeAsync<RebootCacheClusterRequest,RebootCacheClusterResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient