Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheParameterGroupAsync C# (CSharp) Метод

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

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

            return InvokeAsync<CreateCacheParameterGroupRequest,CreateCacheParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient