Amazon.RDS.AmazonRDSClient.CreateDBSubnetGroupAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateDBSubnetGroup operation.
public CreateDBSubnetGroupAsync ( CreateDBSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.CreateDBSubnetGroupRequest Container for the necessary parameters to execute the CreateDBSubnetGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateDBSubnetGroupResponse> CreateDBSubnetGroupAsync(CreateDBSubnetGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateDBSubnetGroupRequestMarshaller();
            var unmarshaller = CreateDBSubnetGroupResponseUnmarshaller.Instance;

            return InvokeAsync<CreateDBSubnetGroupRequest,CreateDBSubnetGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient