Amazon.RDS.AmazonRDSClient.ModifyDBSnapshotAttributeAsync C# (CSharp) Method

ModifyDBSnapshotAttributeAsync() public method

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

            return InvokeAsync<ModifyDBSnapshotAttributeRequest,ModifyDBSnapshotAttributeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient