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

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

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

            return InvokeAsync<AddSourceIdentifierToSubscriptionRequest,AddSourceIdentifierToSubscriptionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient