Amazon.ElastiCache.AmazonElastiCacheClient.ModifyCacheParameterGroupAsync C# (CSharp) Method

ModifyCacheParameterGroupAsync() public method

Initiates the asynchronous execution of the ModifyCacheParameterGroup operation.
public ModifyCacheParameterGroupAsync ( ModifyCacheParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyCacheParameterGroupRequest Container for the necessary parameters to execute the ModifyCacheParameterGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ModifyCacheParameterGroupResponse> ModifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ModifyCacheParameterGroupRequestMarshaller();
            var unmarshaller = ModifyCacheParameterGroupResponseUnmarshaller.Instance;

            return InvokeAsync<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient