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

ModifyCacheSubnetGroupAsync() public method

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

            return InvokeAsync<ModifyCacheSubnetGroupRequest,ModifyCacheSubnetGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient